-
Notifications
You must be signed in to change notification settings - Fork 5
1.21.1 #33
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: 1.21.1
Are you sure you want to change the base?
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. |
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.