Page cover

πŸšͺCarpentry

This is an addon for Nexo that adds several new CustomBlock types. It allows for custom doors, trapdoors, stairs, slabs and transparent blocks. Below will be examples for each of the different types

Polymartarrow-up-right | MCModelsarrow-up-right

Default Ashen Oak wood-set included in Carpentry's Default Items
circle-exclamation

Custom Stairs

Custom Slabs

Custom Doors

Door-setup is a bit different than the other blocks, as it requires two configs. This is because the item-model in hand will look incorrect if it uses the block-parent-models The second config is just so that Nexo generates the necessary models If you provide your own json-model, you can skip the second config\

ItemConfig for held item:

ItemConfig for placed-block:

Custom Trapdoors

Custom Transparent

This type allows for transparent blocks, useful for leaves etc. For normal blocks that do not require transparency, use NoteBlock Mechanic

circle-exclamation

Custom Chain

This type allows for custom chains, like iron or copper ones. The config is very basic and only requires you to have a Texture for it

Custom Lantern

This type allows for custom chains, like copper & normal ones. The config is very basic and only requires you to have a Texture for it

Custom Bars

This type allows for custom bars, like iron bars in vanilla. The config is very basic and only requires you to have a Texture for it

Last updated