Skip to content

Commit

Permalink
Add missing mangrove wood to woodcutting ( #39 )
Browse files Browse the repository at this point in the history
and delete unused recipes
  • Loading branch information
RubixDev committed Jun 27, 2022
1 parent f1eddb5 commit 0af559d
Show file tree
Hide file tree
Showing 12 changed files with 27 additions and 64 deletions.
3 changes: 3 additions & 0 deletions src/main/java/de/rubixdev/rug/RugSettings.java
Original file line number Diff line number Diff line change
Expand Up @@ -733,6 +733,9 @@ public String description() {
"woodcutting_jungle_fence.json",
"woodcutting_jungle_slab.json",
"woodcutting_jungle_stairs.json",
"woodcutting_mangrove_fence.json",
"woodcutting_mangrove_slab.json",
"woodcutting_mangrove_stairs.json",
"woodcutting_oak_fence.json",
"woodcutting_oak_slab.json",
"woodcutting_oak_stairs.json",
Expand Down

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"type": "minecraft:stonecutting",
"ingredient": {
"item": "minecraft:mangrove_planks"
},
"result": "minecraft:mangrove_fence",
"count": 1
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"type": "minecraft:stonecutting",
"ingredient": {
"item": "minecraft:mangrove_planks"
},
"result": "minecraft:mangrove_slab",
"count": 2
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"type": "minecraft:stonecutting",
"ingredient": {
"item": "minecraft:mangrove_planks"
},
"result": "minecraft:mangrove_stairs",
"count": 1
}

This file was deleted.

This file was deleted.

This file was deleted.

0 comments on commit 0af559d

Please sign in to comment.