Structure Part Suggestion
silverfur64 opened this issue ยท 6 comments
1. Minecraft Version: 1.12.2
1. Forge Version: 14.23.3.2679
1. Mod Version: 1.3.0.21
1. **Enhancement** (Add/Change something)
Details: I have suggestions for the new Structure Part item. I think it is really cool and lets you build more types of structures and might almost be something that could be cool as a starting item in place of the starting house (config option maybe). I think it would be nice though if there were floor/ceiling and roof options. Right now you can kind of make a roof with the stairs but they all look weird.
Well that was fast!
Thank you for the suggestions!
I may have to figure something out for some of the materials which don't have a corresponding stairs for the roof.
Well, flat roofs are a thing in some places. Perhaps integrating lighting, like paper lanterns or torches on top if the concern is mob spawns? If the block has slabs, a lesser angled roof might work. Would there be an easy way to determine if a player has a mod installed that adds slabs or stairs in that material? Example: It may seem weird if they have Repurpose installed, but can't make a roof with grass stairs.
I like the enthusiasm @IamAlathe, however I am lazy and also want to only allow generally available overworld vanilla materials for this stuff. Otherwise I have to make the recipes way more expensive or offer variant recipes to make the blueprint include nether/end/prismarine materials.
I was able to separate out the Stair materials from the regular blocks. Both Roof style and Stair style (duh!) will use the stair material list which is below.
The Andesite, Diorite and Granite stairs are available due to this mod. ๐
- Cobblestone
- Stone Brick
- Andesite
- Diorite
- Granite
- Oak
- Spruce
- Birch
- Acacia
- Dark Oak
- Jungle
- Brick
Nah, not lazy, I've seen the way you push stuff out. ๐ But you are correct, that would have required a lot of work, and it's arguably outside the scope of what you're doing with this mod. And yes, it would be silly not to allow/use stairs and slabs added directly by this mod. Looks like you're on track! ๐