You've already forked minecraft-assets
Create/Update assets for version 1.11
This commit is contained in:
10
assets/minecraft/blockstates/end_rod.json
Normal file
10
assets/minecraft/blockstates/end_rod.json
Normal file
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"variants": {
|
||||
"facing=up": { "model": "end_rod" },
|
||||
"facing=down": { "model": "end_rod", "x": 180 },
|
||||
"facing=east": { "model": "end_rod", "y": 90, "x": 90 },
|
||||
"facing=south": { "model": "end_rod", "y": 180, "x": 90 },
|
||||
"facing=west": { "model": "end_rod", "y": 270, "x": 90 },
|
||||
"facing=north": { "model": "end_rod", "y": 0, "x": 90 }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user