Goofed Crafter model
- Moved crafter models from bin to src -facepalm-
This commit is contained in:
parent
dd40334a61
commit
05de64a4e2
6 changed files with 32 additions and 0 deletions
|
@ -0,0 +1,16 @@
|
||||||
|
{
|
||||||
|
"forge_marker": 1,
|
||||||
|
"defaults": {
|
||||||
|
"model": "create:block/crafter/casing"
|
||||||
|
},
|
||||||
|
"variants": {
|
||||||
|
"facing": {
|
||||||
|
"north": { "y": 180 },
|
||||||
|
"south": { },
|
||||||
|
"west": { "y": 90 },
|
||||||
|
"up": { "x": 90 },
|
||||||
|
"down": { "x": 270 },
|
||||||
|
"east": { "y": 270 }
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
|
@ -0,0 +1,16 @@
|
||||||
|
{
|
||||||
|
"forge_marker": 1,
|
||||||
|
"defaults": {
|
||||||
|
"model": "create:block/crafter/lid"
|
||||||
|
},
|
||||||
|
"variants": {
|
||||||
|
"facing": {
|
||||||
|
"north": { "y": 180 },
|
||||||
|
"south": { },
|
||||||
|
"west": { "y": 90 },
|
||||||
|
"up": { "x": 90 },
|
||||||
|
"down": { "x": 270 },
|
||||||
|
"east": { "y": 270 }
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
Loading…
Reference in a new issue