mirror of
https://github.com/GeyserMC/Geyser.git
synced 2024-08-14 23:57:35 +00:00
Update BlockRegistryPopulator.java
This commit is contained in:
parent
643db4b163
commit
f0d330618a
1 changed files with 1 additions and 1 deletions
|
|
@ -436,7 +436,7 @@ public final class BlockRegistryPopulator {
|
|||
builder.requiresCorrectToolForDrops();
|
||||
}
|
||||
if (javaBlockState.hasBlockEntity()) {
|
||||
builder.setBlockEntity();
|
||||
builder.setBlockEntity(javaBlockState.blockEntityType());
|
||||
}
|
||||
String cleanJavaIdentifier = BlockUtils.getCleanIdentifier(javaBlockState.identifier());
|
||||
String pickItem = javaBlockState.pickItem();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue