khzmusik 71 Posted January 10 Share Posted January 10 OK, I imagine this is a stupid question, but I'm stumped. Where are the stack sizes specified for things like wood frames or rebar frames? I looked in items.xml and in blocks.xml but I can't find them anywhere. For most things (like small stones) it's in items.xml and the relevant items have a "Stacknumber" property. But I can't find any items that refer to frames, and the blocks (like the "woodFrameBlockVariantHelper" block) don't have this property. Neither do the "master" blocks (like "woodFrameMaster"). I must be overlooking something incredibly trivial. Does anyone know? As background - I'm working on a modlet that slows down building, and I'd like to drastically reduce the stack sizes of all types of frames. Link to post Share on other sites
Telric 237 Posted January 10 Share Posted January 10 Its in blocks.xml. if a block doesnt have the property, it defaults to a stacknumber of 500. The powered turrets have the property and are set to a sn of 10. Link to post Share on other sites
khzmusik 71 Posted January 11 Author Share Posted January 11 15 hours ago, Telric said: Its in blocks.xml. if a block doesnt have the property, it defaults to a stacknumber of 500. The powered turrets have the property and are set to a sn of 10. Oh, I didn't even consider a default of 500. That makes sense. Thanks! Link to post Share on other sites
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