Mirror von
https://github.com/IntellectualSites/FastAsyncWorldEdit.git
synchronisiert 2024-11-03 01:50:07 +01:00
Add rotation values to lit redstone torches.
Fixes WORLDEDIT-3273.
Dieser Commit ist enthalten in:
Ursprung
1209e48470
Commit
2fedcf8019
@ -2720,6 +2720,17 @@
|
|||||||
"legacyId": 76,
|
"legacyId": 76,
|
||||||
"id": "minecraft:redstone_torch",
|
"id": "minecraft:redstone_torch",
|
||||||
"unlocalizedName": "tile.notGate",
|
"unlocalizedName": "tile.notGate",
|
||||||
|
"states": {
|
||||||
|
"facing": {
|
||||||
|
"values": {
|
||||||
|
"east": { "data": 1, "direction": [1, 0, 0] },
|
||||||
|
"west": { "data": 2, "direction": [-1, 0, 0] },
|
||||||
|
"north": { "data": 3, "direction": [0, 0, -1] },
|
||||||
|
"south": { "data": 4, "direction": [0, 0, 1] },
|
||||||
|
"up": { "data": 5, "direction": [0, 1, 0] }
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
"material": {
|
"material": {
|
||||||
"renderedAsNormalBlock": false,
|
"renderedAsNormalBlock": false,
|
||||||
"fullCube": false,
|
"fullCube": false,
|
||||||
|
Laden…
In neuem Issue referenzieren
Einen Benutzer sperren