We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8fb7da2 commit 079bfb7Copy full SHA for 079bfb7
src/main/resources/assets/advancedrocketry/blockstates/stationmarker.json
@@ -14,8 +14,8 @@
14
"facing=south": { "model": "minecraft:orientable", "y": 180 },
15
"facing=west": { "model": "minecraft:orientable", "y": 270 },
16
"facing=east": { "model": "minecraft:orientable", "y": 90 },
17
- "facing=up": { "model": "advancedrocketry:stationMarker", "x": -90 },
18
- "facing=down": { "model": "advancedrocketry:stationMarker", "x": 90 },
+ "facing=up": { "model": "minecraft:orientable", "x": -90 },
+ "facing=down": { "model": "minecraft:orientable", "x": 90 },
19
"inventory" : [{}]
20
}
21
0 commit comments