Skip to content

Commit

Permalink
oops 2: electric boogaloo
Browse files Browse the repository at this point in the history
  • Loading branch information
screret committed Nov 11, 2023
1 parent bae5855 commit 6dca3bc
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -162,8 +162,8 @@ private static BlockEntry<RocketMotorBlock> createRocketMotor(IRocketMotorType p
.initialProperties(() -> Blocks.IRON_BLOCK)
.lang("%s Rocket Motor".formatted(FormattingUtil.toEnglishName(properties.getSerializedName())))
.blockstate((ctx, prov) -> prov.simpleBlock(ctx.getEntry(), prov.models().cubeBottomTop("rocket_motor",
GCyR.id("block/casings/%s_rocket_motor/rocket_motor_side").formatted(properties.getSerializedName()), GCyR.id("block/casings/%s_rocket_motor/rocket_motor_bottom").formatted(properties.getSerializedName()), GCyR.id("block/casings/%s_rocket_motor/rocket_motor_top").formatted(properties.getSerializedName())
)))
GCyR.id("block/casings/%s_rocket_motor/rocket_motor_side".formatted(properties.getSerializedName())), GCyR.id("block/casings/%s_rocket_motor/rocket_motor_bottom".formatted(properties.getSerializedName())), GCyR.id("block/casings/%s_rocket_motor/rocket_motor_top".formatted(properties.getSerializedName())))
))
.tag(GTToolType.WRENCH.harvestTag, BlockTags.MINEABLE_WITH_PICKAXE)
.simpleItem()
.register();
Expand Down

0 comments on commit 6dca3bc

Please sign in to comment.