Skip to content

Commit

Permalink
Revert "修复代码细节问题(和方块 codec 相关)"
Browse files Browse the repository at this point in the history
This reverts commit 120a8b7.
  • Loading branch information
SolidBlock-cn committed Oct 23, 2024
1 parent bd288fc commit 7144981
Showing 1 changed file with 0 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,4 @@ public void appendTooltip(ItemStack stack, @Nullable BlockView world, List<Text>
public LootTable.Builder getLootTable(BlockLootTableGenerator blockLootTableGenerator) {
return blockLootTableGenerator.drops(this).apply(COPY_COLOR_LOOT_FUNCTION);
}

@Override
protected MapCodec<? extends ColoredHungSignBlock> getCodec() {
return CODEC;
}
}

0 comments on commit 7144981

Please sign in to comment.