Skip to content

Commit

Permalink
xd
Browse files Browse the repository at this point in the history
  • Loading branch information
Vazkii committed Dec 4, 2023
1 parent b6963ef commit 7e8893a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,6 @@ public class HollowLogsModule extends ZetaModule {
public final void register(ZRegister event) {
for(Wood wood : VanillaWoods.ALL_WITH_LOGS) {
new HollowLogBlock(wood.log(), this, !wood.nether());
// new HollowWoodBlock(wood.wood(), this, !wood.nether());
}

crawlTrigger = event.getAdvancementModifierRegistry().registerManualTrigger("hollow_log_crawl");
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,7 @@ public final void register(ZRegister event) {
glow_shroom_stem = new HugeGlowShroomBlock("glow_shroom_stem", this, false);
glow_shroom_ring = new GlowShroomRingBlock(this);
glow_lichen_growth = new GlowLichenGrowthBlock(this);
CreativeTabManager.endDaisyChain();

event.getVariantRegistry().addFlowerPot(glow_lichen_growth, "glow_lichen_growth", prop -> prop.lightLevel((state) -> 8));
event.getVariantRegistry().addFlowerPot(glow_shroom, "glow_shroom", prop -> prop.lightLevel((state) -> 10));
Expand Down

0 comments on commit 7e8893a

Please sign in to comment.