Skip to content

Commit

Permalink
Use correct glass block tag
Browse files Browse the repository at this point in the history
  • Loading branch information
Swedz committed Aug 1, 2024
1 parent e35609f commit 64bc419
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ public List<Component> getTooltips()

SimpleMember casing = SimpleMember.forBlock(MIBlock.BLOCK_DEFINITIONS.get(MI.id("clean_stainless_steel_machine_casing")));
SimpleMember pipe = SimpleMember.forBlock(MIBlock.BLOCK_DEFINITIONS.get(MI.id("stainless_steel_machine_casing_pipe")));
SimpleMember glass = new PredicateSimpleMember((state) -> state.is(EITags.blockCommon("glass")), Blocks.GLASS);
SimpleMember glass = new PredicateSimpleMember((state) -> state.is(EITags.blockCommon("glass_blocks")), Blocks.GLASS);
HatchFlags front = new HatchFlags.Builder().with(HatchType.ENERGY_INPUT).build();
HatchFlags top = new HatchFlags.Builder().with(HatchType.ITEM_INPUT, HatchType.FLUID_INPUT).build();
HatchFlags bottom = new HatchFlags.Builder().with(HatchType.ITEM_OUTPUT, HatchType.FLUID_OUTPUT).build();
Expand Down

0 comments on commit 64bc419

Please sign in to comment.