Mirror von
https://github.com/GeyserMC/Geyser.git
synchronisiert 2024-11-03 14:50:19 +01:00
Reinforced deepslate can't be moved by pistons
Dieser Commit ist enthalten in:
Ursprung
83c309711e
Commit
a70f1bc003
@ -250,7 +250,7 @@ public class BlockRegistryPopulator {
|
|||||||
builder.pickItem(pickItemNode.textValue().intern());
|
builder.pickItem(pickItemNode.textValue().intern());
|
||||||
}
|
}
|
||||||
|
|
||||||
if (javaId.equals("minecraft:obsidian") || javaId.equals("minecraft:crying_obsidian") || javaId.startsWith("minecraft:respawn_anchor")) {
|
if (javaId.equals("minecraft:obsidian") || javaId.equals("minecraft:crying_obsidian") || javaId.startsWith("minecraft:respawn_anchor") || javaId.startsWith("minecraft:reinforced_deepslate")) {
|
||||||
builder.pistonBehavior(PistonBehavior.BLOCK);
|
builder.pistonBehavior(PistonBehavior.BLOCK);
|
||||||
} else {
|
} else {
|
||||||
JsonNode pistonBehaviorNode = entry.getValue().get("piston_behavior");
|
JsonNode pistonBehaviorNode = entry.getValue().get("piston_behavior");
|
||||||
|
Laden…
In neuem Issue referenzieren
Einen Benutzer sperren