Gwomp Posted December 28, 2022 Share Posted December 28, 2022 How do I change the top-most texture in the wastelands? I've tried changing the Texture property of the terrDestroyedStone and terrDestroyedWoodDebris from 438 to 2 (dirt) in the blocks.xml and it works for everything except a topmost visual layer. When I dig/shoot the ground it clears immediately so I don't know where to look to modify that texture. It's a great texture but it's off putting when it's found over the entirety of the wastelands. Below is the modlet snippet I'm using. <set xpath="/blocks/block[@name='terrDestroyedStone']/property[@name='Texture']/@value">2</set> <set xpath="/blocks/block[@name='terrDestroyedWoodDebris']/property[@name='Texture']/@value">2</set> Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now