Open
Conversation
Author
|
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.
Author
|
I've now also added a framed slope block. |
Author
|
Framed Full Slope block now fully fixed - orientation and texturing works as expected for slopes placed on the floor, ceiling or wall. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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.