Mirror von
https://github.com/ViaVersion/ViaVersion.git
synchronisiert 2024-12-29 09:30:08 +01:00
Fix falling_dust ID in ParticleMappings
Dieser Commit ist enthalten in:
Ursprung
14afb884ad
Commit
750c5ed9a7
@ -14,7 +14,7 @@ public class ParticleMappings {
|
|||||||
|
|
||||||
Object2IntMap<String> map = MappingDataLoader.arrayToMap(oldMappings);
|
Object2IntMap<String> map = MappingDataLoader.arrayToMap(oldMappings);
|
||||||
blockId = map.getInt("block");
|
blockId = map.getInt("block");
|
||||||
fallingDustId = map.getInt("dust");
|
fallingDustId = map.getInt("falling_dust");
|
||||||
itemId = map.getInt("item");
|
itemId = map.getInt("item");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Laden…
In neuem Issue referenzieren
Einen Benutzer sperren