some blacksmith bandage (#483)

* anvil

* iron and copper ore walls + procedural cave update

* vladimirs rocks

* furnace

* Revert "furnace"

This reverts commit f378e4fb85.

* Revert "vladimirs rocks"

This reverts commit b2c6a193fc.

* Revert "iron and copper ore walls + procedural cave update"

This reverts commit dc6d70b10e.

* Revert "anvil"

This reverts commit 3ab1649992.

* Reapply "anvil"

This reverts commit 91c226d18d.

* huh

* fuck anvil

* Revert "fuck anvil"

This reverts commit 3c3a87c25e.

* Revert "huh"

This reverts commit 7fb44b4908.

* fix comment

* Reapply "iron and copper ore walls + procedural cave update"

This reverts commit 891c3ba0aa.

* Reapply "vladimirs rocks"

This reverts commit 4f2eaef6c1.

* Reapply "furnace"

This reverts commit 9d7e042ddf.

* 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
This commit is contained in:
Ed
2024-10-09 13:40:06 +03:00
committed by GitHub
parent 1ca7456363
commit b9df2a495a
31 changed files with 588 additions and 127 deletions

View File

@@ -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"
}
]
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 1014 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1009 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.2 KiB

View File

@@ -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"
}
]
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 753 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 607 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 652 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 539 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 440 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 673 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 277 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 712 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 248 B

View File

@@ -9,7 +9,7 @@
"states": [
{
"name": "mannequin",
"directions": 4
"directions": 4
}
]
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 391 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 412 B

View File

@@ -18,6 +18,12 @@
},
{
"name": "sewing_table"
},
{
"name": "furnace"
},
{
"name": "anvil"
}
]
}