Skip to content

Commit

Permalink
Merge pull request #453 from Falkory220/main
Browse files Browse the repository at this point in the history
Fixed a few small bugs
  • Loading branch information
gamma-delta authored Apr 24, 2023
2 parents 6218f5a + 979d10a commit 213f590
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 213f590

Please sign in to comment.