We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e2b825a commit e4301c3Copy full SHA for e4301c3
neoforge/src/main/java/noobanidus/mods/lootr/neoforge/config/ConfigManager.java
@@ -368,7 +368,6 @@ public static BlockState replacement(BlockState original) {
368
if (replacements.get(original.getBlock()) == null && original.is(LootrTags.Blocks.CONVERT_BLOCK)) {
369
if (original.getBlock() instanceof EntityBlock entityBlock) {
370
BlockEntity be = entityBlock.newBlockEntity(BlockPos.ZERO, original);
371
- // TODO:
372
if (be instanceof RandomizableContainerBlockEntity) {
373
if (original.is(LootrTags.Blocks.CONVERT_TRAPPED_CHESTS)) {
374
replacements.put(original.getBlock(), LootrRegistry.getTrappedChestBlock());
0 commit comments