1.21.1#33
Conversation
|
I've now also added a framed carpet block. I added a recipe for this that's the equivalent of the actual carpet recipe but with framed cubes instead of wool (i.e. two framed cubes next to each other) but then realised that you're already using that recipe for something - so I'll leave it to you to decide what a good recipe for framed carpets would be if you include this! |
… but the textures are broken and 16 steps slows the player down too much. Baby steps.
|
I've now also added a framed slope block. |
|
Framed Full Slope block now fully fixed - orientation and texturing works as expected for slopes placed on the floor, ceiling or wall. |
|
What about inner and outter slope corners? |
I'll be honest, getting the slopes working at all was hell (given I'd never done any Java or MC modding before really) and I've stepped away from this for the timebeing - but maybe one day? |
Added the ability to toggle 'iron' functionality (i.e. can only be opened by redstone, can't be opened by hand) to framed doors and trapdoors by shift right clicking with the screwdriver. This is as an alternative to creating new, separate 'iron door' and 'iron trapdoor' blocks, as
ReFramedDoorBlockandReFramedTrapdoorBlockdon't extendDoorBlock/TrapdoorBlockso don't acceptBlockSetType, so creating new blocks would be non-trivial/unnecessary duplication of code.