Mirror von
https://github.com/GeyserMC/Geyser.git
synchronisiert 2025-01-12 08:01:06 +01:00
Fix modded items not having a bedrock ID set (#5271)
Dieser Commit ist enthalten in:
Ursprung
ddd1afabd1
Commit
65f7bdb3c0
@ -143,6 +143,7 @@ public class CustomItemRegistryPopulator {
|
|||||||
Items.register(item, customItemData.javaId());
|
Items.register(item, customItemData.javaId());
|
||||||
|
|
||||||
ItemMapping customItemMapping = ItemMapping.builder()
|
ItemMapping customItemMapping = ItemMapping.builder()
|
||||||
|
.bedrockIdentifier(customIdentifier)
|
||||||
.bedrockDefinition(new SimpleItemDefinition(customIdentifier, customItemId, true))
|
.bedrockDefinition(new SimpleItemDefinition(customIdentifier, customItemId, true))
|
||||||
.bedrockData(0)
|
.bedrockData(0)
|
||||||
.bedrockBlockDefinition(null)
|
.bedrockBlockDefinition(null)
|
||||||
|
Laden…
x
In neuem Issue referenzieren
Einen Benutzer sperren