Skip to content

Commit

Permalink
Edified buttons and pressure plates no longer have collision and adde…
Browse files Browse the repository at this point in the history
…d default lang entry for slate, should show up if raycast
  • Loading branch information
Falkory220 committed Apr 18, 2023
1 parent 6218f5a commit 979d10a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -201,9 +201,9 @@ private static BlockBehaviour.Properties leaves(MaterialColor color) {
public static final SlabBlock EDIFIED_SLAB = blockItem("edified_slab",
new BlockHexSlab(edifiedWoody().noOcclusion()));
public static final WoodButtonBlock EDIFIED_BUTTON = blockItem("edified_button",
new BlockHexWoodButton(edifiedWoody().noOcclusion()));
new BlockHexWoodButton(edifiedWoody().noOcclusion().noCollission()));
public static final PressurePlateBlock EDIFIED_PRESSURE_PLATE = blockItem("edified_pressure_plate",
new BlockHexPressurePlate(PressurePlateBlock.Sensitivity.EVERYTHING, edifiedWoody().noOcclusion()));
new BlockHexPressurePlate(PressurePlateBlock.Sensitivity.EVERYTHING, edifiedWoody().noOcclusion().noCollission()));
public static final BlockAkashicLeaves AMETHYST_EDIFIED_LEAVES = blockItem("amethyst_edified_leaves",
new BlockAkashicLeaves(leaves(MaterialColor.COLOR_PURPLE)));
public static final BlockAkashicLeaves AVENTURINE_EDIFIED_LEAVES = blockItem("aventurine_edified_leaves",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,7 @@
"block.hexcasting.aventurine_edified_leaves": "Aventurine Edified Leaves",
"block.hexcasting.citrine_edified_leaves": "Citrine Edified Leaves",
"block.hexcasting.quenched_allay": "Quenched Allay",
"block.hexcasting.slate": "Slate",

"itemGroup.hexcasting": "Hexcasting",
"itemGroup.hexcasting.creative_tab": "Hexcasting",
Expand Down

0 comments on commit 979d10a

Please sign in to comment.