geforkt von Mirrors/Paper
Changed Block.setTypeId() back to old behavior before the new translation process.
Dieser Commit ist enthalten in:
Ursprung
58d3107e4c
Commit
4ecbf5f590
@ -124,7 +124,7 @@ public class CraftBlock implements Block {
|
||||
* @return whether the block was changed
|
||||
*/
|
||||
public boolean setTypeId(final int type) {
|
||||
return chunk.getHandle().world.setRawTypeId(x, y, z, type);
|
||||
return chunk.getHandle().world.setTypeId(x, y, z, type);
|
||||
}
|
||||
|
||||
public boolean setTypeId(final int type, final boolean applyPhysics) {
|
||||
|
Laden…
In neuem Issue referenzieren
Einen Benutzer sperren