some blacksmith bandage (#483)
* anvil * iron and copper ore walls + procedural cave update * vladimirs rocks * furnace * Revert "furnace" This reverts commitf378e4fb85. * Revert "vladimirs rocks" This reverts commitb2c6a193fc. * Revert "iron and copper ore walls + procedural cave update" This reverts commitdc6d70b10e. * Revert "anvil" This reverts commit3ab1649992. * Reapply "anvil" This reverts commit91c226d18d. * huh * fuck anvil * Revert "fuck anvil" This reverts commit3c3a87c25e. * Revert "huh" This reverts commit7fb44b4908. * fix comment * Reapply "iron and copper ore walls + procedural cave update" This reverts commit891c3ba0aa. * Reapply "vladimirs rocks" This reverts commit4f2eaef6c1. * Reapply "furnace" This reverts commit9d7e042ddf. * Update anvil.yml * Update workbenchs.yml * Update workbenchs.yml * Update workbenchs.yml * Update workbenchs.yml * Update workbenchs.yml * Update workbenchs.yml * Update workbenchs.yml * Update workbenchs.yml * Update workbenchs.yml * EVIL anvil * Update workbenchs.yml
@@ -0,0 +1,26 @@
|
||||
{
|
||||
"version": 1,
|
||||
"license": "CLA",
|
||||
"copyright": "created by vladimir.s",
|
||||
"size": {
|
||||
"x": 48,
|
||||
"y": 64
|
||||
},
|
||||
"states": [
|
||||
{
|
||||
"name": "rock0"
|
||||
},
|
||||
{
|
||||
"name": "rock1"
|
||||
},
|
||||
{
|
||||
"name": "rock2"
|
||||
},
|
||||
{
|
||||
"name": "rock3"
|
||||
},
|
||||
{
|
||||
"name": "rock4"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
After Width: | Height: | Size: 1014 B |
|
After Width: | Height: | Size: 1.2 KiB |
|
After Width: | Height: | Size: 1.1 KiB |
|
After Width: | Height: | Size: 1009 B |
|
After Width: | Height: | Size: 1.2 KiB |
@@ -0,0 +1,38 @@
|
||||
{
|
||||
"version": 1,
|
||||
"license": "CLA",
|
||||
"copyright": "created by vladimir.s",
|
||||
"size": {
|
||||
"x": 32,
|
||||
"y": 32
|
||||
},
|
||||
"states": [
|
||||
{
|
||||
"name": "rock0"
|
||||
},
|
||||
{
|
||||
"name": "rock1"
|
||||
},
|
||||
{
|
||||
"name": "rock2"
|
||||
},
|
||||
{
|
||||
"name": "rock3"
|
||||
},
|
||||
{
|
||||
"name": "rock4"
|
||||
},
|
||||
{
|
||||
"name": "rock5"
|
||||
},
|
||||
{
|
||||
"name": "rock6"
|
||||
},
|
||||
{
|
||||
"name": "rock7"
|
||||
},
|
||||
{
|
||||
"name": "rock8"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
After Width: | Height: | Size: 753 B |
|
After Width: | Height: | Size: 607 B |
|
After Width: | Height: | Size: 652 B |
|
After Width: | Height: | Size: 539 B |
|
After Width: | Height: | Size: 440 B |
|
After Width: | Height: | Size: 673 B |
|
After Width: | Height: | Size: 277 B |
|
After Width: | Height: | Size: 712 B |
|
After Width: | Height: | Size: 248 B |
@@ -9,7 +9,7 @@
|
||||
"states": [
|
||||
{
|
||||
"name": "mannequin",
|
||||
"directions": 4
|
||||
"directions": 4
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
|
After Width: | Height: | Size: 391 B |
|
After Width: | Height: | Size: 412 B |
@@ -18,6 +18,12 @@
|
||||
},
|
||||
{
|
||||
"name": "sewing_table"
|
||||
},
|
||||
{
|
||||
"name": "furnace"
|
||||
},
|
||||
{
|
||||
"name": "anvil"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||