Skip to content

Commit

Permalink
use default values
Browse files Browse the repository at this point in the history
  • Loading branch information
Zoey2936 committed Dec 20, 2021
1 parent e637d63 commit 6f6f02d
Show file tree
Hide file tree
Showing 10 changed files with 15 additions and 19 deletions.
8 changes: 2 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,7 @@ Raw Copper Block -> Copper Block

Raw Gold Block -> Gold Block

Furnace:
- 9x XP, but 6x slower to raw ingots in Furnace

Blast Furnace:
- Half XP, but half speed to raw ingots blocks in Furnace
- 6x slower to raw ingots in Blast Furnace
Sand -> Glass

Red Sand -> Orange Glass
## [Download](https://github.com/SanCraftDev/ribstnib/releases/latest/download/ribstnib.zip)
4 changes: 2 additions & 2 deletions data/crafting/recipes/rawcopperblock-blast.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"item": "minecraft:raw_copper_block"
},
"result": "minecraft:copper_block",
"experience": 3.15,
"cookingtime": 675,
"experience": 6.3,
"cookingtime": 900,
"group": "rawblock"
}
2 changes: 1 addition & 1 deletion data/crafting/recipes/rawcopperblock.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@
},
"result": "minecraft:copper_block",
"experience": 6.3,
"cookingtime": 1350,
"cookingtime": 1800,
"group": "rawblock"
}
4 changes: 2 additions & 2 deletions data/crafting/recipes/rawgoldblock-blast.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"item": "minecraft:raw_gold_block"
},
"result": "minecraft:gold_block",
"experience": 4.5,
"cookingtime": 675,
"experience": 9.0,
"cookingtime": 900,
"group": "rawblock"
}
4 changes: 2 additions & 2 deletions data/crafting/recipes/rawgoldblock.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"item": "minecraft:raw_gold_block"
},
"result": "minecraft:gold_block",
"experience": 9,
"cookingtime": 1350,
"experience": 9.0,
"cookingtime": 1800,
"group": "rawblock"
}
4 changes: 2 additions & 2 deletions data/crafting/recipes/rawironblock-blast.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"item": "minecraft:raw_iron_block"
},
"result": "minecraft:iron_block",
"experience": 3.15,
"cookingtime": 675,
"experience": 6.3,
"cookingtime": 900,
"group": "rawblock"
}
2 changes: 1 addition & 1 deletion data/crafting/recipes/rawironblock.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@
},
"result": "minecraft:iron_block",
"experience": 6.3,
"cookingtime": 1350,
"cookingtime": 1800,
"group": "rawblock"
}
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"tag": "minecraft:red_sand"
},
"result": "minecraft:orange_stained_glass",
"experience": 0.05,
"experience": 0.1,
"cookingtime": 100
"group": "sand"
}
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"tag": "minecraft:sand"
},
"result": "minecraft:glass",
"experience": 0.05,
"experience": 0.1,
"cookingtime": 100
"group": "sand"
}
2 changes: 1 addition & 1 deletion pack.mcmeta
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"pack":{"pack_format":7,"description":"A datapack for smelting raw ingot blocks to the normal ingot blocks"}}
{"pack":{"pack_format":8,"description":"A datapack for smelting raw ingot blocks to the normal ingot blocks and sand in blast furnaces"}}

0 comments on commit 6f6f02d

Please sign in to comment.