diff --git a/assets/mods/basegame/blocks/blocks.csv b/assets/mods/basegame/blocks/blocks.csv index 60dabdeb0..7b2e37b52 100644 --- a/assets/mods/basegame/blocks/blocks.csv +++ b/assets/mods/basegame/blocks/blocks.csv @@ -28,10 +28,10 @@ "51";"51";"51";"BLOCK_PLANK_ROSEWOOD";"0.1252";"0.1252";"0.1252";"0.1252";"17";"900";"WOOD";"1";"1";"N/A";"0";"0";"16";"0.0000";"0.0000";"0.0000";"0.0000";"N/A";"N/A";"0.0";"WOOD,NORANDTILE" # small punchable trees -"64";"48";"48";"BLOCK_TRUNK_NORMAL";"0.0312";"0.0312";"0.0312";"0.0312";"16";"740";"WOOD";"0";"0";"N/A";"0";"0";"16";"0.0000";"0.0000";"0.0000";"0.0000";"N/A";"N/A";"0.0";"TREE,TREETRUNK,TREESMALL,NATURAL" -"65";"49";"49";"BLOCK_TRUNK_EBONY";"0.0312";"0.0312";"0.0312";"0.0312";"19";"1200";"WOOD";"0";"0";"N/A";"0";"0";"16";"0.0000";"0.0000";"0.0000";"0.0000";"N/A";"N/A";"0.0";"TREE,TREETRUNK,TREESMALL,NATURAL" -"66";"50";"50";"BLOCK_TRUNK_BIRCH";"0.0312";"0.0312";"0.0312";"0.0312";"15";"670";"WOOD";"0";"0";"N/A";"0";"0";"16";"0.0000";"0.0000";"0.0000";"0.0000";"N/A";"N/A";"0.0";"TREE,TREETRUNK,TREESMALL,NATURAL" -"67";"51";"51";"BLOCK_TRUNK_ROSEWOOD";"0.0312";"0.0312";"0.0312";"0.0312";"17";"900";"WOOD";"0";"0";"N/A";"0";"0";"16";"0.0000";"0.0000";"0.0000";"0.0000";"N/A";"N/A";"0.0";"TREE,TREETRUNK,TREESMALL,NATURAL" +"64";"item@basegame:168";"item@basegame:168";"BLOCK_TRUNK_NORMAL";"0.0312";"0.0312";"0.0312";"0.0312";"16";"740";"WOOD";"0";"0";"N/A";"0";"0";"16";"0.0000";"0.0000";"0.0000";"0.0000";"N/A";"N/A";"0.0";"TREE,TREETRUNK,TREESMALL,NATURAL" +"65";"item@basegame:169";"item@basegame:169";"BLOCK_TRUNK_EBONY";"0.0312";"0.0312";"0.0312";"0.0312";"19";"1200";"WOOD";"0";"0";"N/A";"0";"0";"16";"0.0000";"0.0000";"0.0000";"0.0000";"N/A";"N/A";"0.0";"TREE,TREETRUNK,TREESMALL,NATURAL" +"66";"item@basegame:170";"item@basegame:170";"BLOCK_TRUNK_BIRCH";"0.0312";"0.0312";"0.0312";"0.0312";"15";"670";"WOOD";"0";"0";"N/A";"0";"0";"16";"0.0000";"0.0000";"0.0000";"0.0000";"N/A";"N/A";"0.0";"TREE,TREETRUNK,TREESMALL,NATURAL" +"67";"item@basegame:171";"item@basegame:171";"BLOCK_TRUNK_ROSEWOOD";"0.0312";"0.0312";"0.0312";"0.0312";"17";"900";"WOOD";"0";"0";"N/A";"0";"0";"16";"0.0000";"0.0000";"0.0000";"0.0000";"N/A";"N/A";"0.0";"TREE,TREETRUNK,TREESMALL,NATURAL" # large non-punchable trees "72";"item@basegame:168";"item@basegame:168";"BLOCK_TRUNK_NORMAL";"0.0312";"0.0312";"0.0312";"0.0312";"16";"740";"WOOD";"0";"0";"N/A";"0";"0";"16";"0.0000";"0.0000";"0.0000";"0.0000";"N/A";"N/A";"0.0";"TREE,TREETRUNK,TREELARGE,NATURAL" diff --git a/assets/mods/basegame/crafting/blocks.json b/assets/mods/basegame/crafting/blocks_to_blocks.json similarity index 100% rename from assets/mods/basegame/crafting/blocks.json rename to assets/mods/basegame/crafting/blocks_to_blocks.json diff --git a/assets/mods/basegame/crafting/items.json b/assets/mods/basegame/crafting/fixtures.json similarity index 100% rename from assets/mods/basegame/crafting/items.json rename to assets/mods/basegame/crafting/fixtures.json diff --git a/assets/mods/basegame/crafting/tools.json b/assets/mods/basegame/crafting/tools.json new file mode 100644 index 000000000..65d54f4c3 --- /dev/null +++ b/assets/mods/basegame/crafting/tools.json @@ -0,0 +1,14 @@ +{ + "item@basegame:14": { /* wooden pick */ + "workbench": "basiccrafting", + "ingredients": [[1, 6, "$WOOD", 2, "item@basegame:18"]] + }, + "item@basegame:22": { /* wooden hatchet */ + "workbench": "basiccrafting", + "ingredients": [[1, 6, "$WOOD", 2, "item@basegame:18"]] + }, + "item@basegame:15": { /* wooden mallet */ + "workbench": "basiccrafting", + "ingredients": [[1, 6, "$WOOD", 2, "item@basegame:18"]] + } +} \ No newline at end of file diff --git a/assets/mods/basegame/crafting/tree_processing.json b/assets/mods/basegame/crafting/tree_processing.json new file mode 100644 index 000000000..bbfa93b35 --- /dev/null +++ b/assets/mods/basegame/crafting/tree_processing.json @@ -0,0 +1,22 @@ +{ + "basegame:48": { /* oak planks */ + "workbench": "", + "ingredients": [[2, 1, "item@basegame:168"]] + }, + "basegame:49": { /* ebony planks */ + "workbench": "", + "ingredients": [[2, 1, "item@basegame:169"]] + }, + "basegame:50": { /* birch planks */ + "workbench": "", + "ingredients": [[2, 1, "item@basegame:170"]] + }, + "basegame:51": { /* rosewood planks */ + "workbench": "", + "ingredients": [[2, 1, "item@basegame:171"]] + }, + "item@basegame:18": { /* stick */ + "workbench": "", + "ingredients": [[2, 1, "$WOOD"]] + } +} \ No newline at end of file