Skip to content

Commit

Permalink
Fix Gem Stone Torch crash in SpongeNeo, Closes #1092
Browse files Browse the repository at this point in the history
  • Loading branch information
rubensworks committed Feb 3, 2025
1 parent f56e474 commit 18fb194
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
import net.minecraft.world.level.block.WallTorchBlock;
import org.cyclops.cyclopscore.config.extendedconfig.BlockConfig;
import org.cyclops.evilcraft.EvilCraft;
import org.cyclops.evilcraft.RegistryEntries;

import java.util.Collection;
import java.util.Collections;
Expand All @@ -28,8 +27,7 @@ public BlockGemStoneTorchWallConfig() {
.noCollission()
.strength(0)
.lightLevel((state) -> 14)
.sound(SoundType.WOOD)
.lootFrom(RegistryEntries.BLOCK_GEM_STONE_TORCH::get)),
.sound(SoundType.WOOD)),
null
);
}
Expand Down

0 comments on commit 18fb194

Please sign in to comment.