Compare commits
No commits in common. "9efedbe82c532deb46a44c11c4e684f0498f45c0" and "7d532a1d32464676ec82692a737881d70b3b7f86" have entirely different histories.
9efedbe82c
...
7d532a1d32
|
|
@ -7,4 +7,4 @@
|
||||||
"name": "mc_rebalance:acoustic_plush"
|
"name": "mc_rebalance:acoustic_plush"
|
||||||
}]
|
}]
|
||||||
}]
|
}]
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -1,10 +0,0 @@
|
||||||
{
|
|
||||||
"type": "minecraft:block",
|
|
||||||
"pools": [{
|
|
||||||
"rolls": 1.0,
|
|
||||||
"entries": [{
|
|
||||||
"type": "minecraft:item",
|
|
||||||
"name": "mc_rebalance:emerald_plush"
|
|
||||||
}]
|
|
||||||
}]
|
|
||||||
}
|
|
||||||
|
|
@ -0,0 +1,39 @@
|
||||||
|
{
|
||||||
|
"type": "minecraft:blasting",
|
||||||
|
"category": "misc",
|
||||||
|
"cookingtime": 100,
|
||||||
|
"experience": 0.1,
|
||||||
|
"ingredient": [
|
||||||
|
{
|
||||||
|
"item": "minecraft:stone_pickaxe"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"item": "minecraft:stone_shovel"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"item": "minecraft:stone_axe"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"item": "minecraft:stone_hoe"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"item": "minecraft:stone_sword"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"item": "paxelsfordummies:stone_paxel"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"item": "advanced_copper:copper_armor_helmet"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"item": "advanced_copper:copper_armor_chestplate"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"item": "advanced_copper:copper_armor_leggings"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"item": "advanced_copper:copper_armor_boots"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"result": "tconstruct:copper_nugget"
|
||||||
|
}
|
||||||
|
|
@ -0,0 +1,39 @@
|
||||||
|
{
|
||||||
|
"type": "minecraft:smelting",
|
||||||
|
"category": "misc",
|
||||||
|
"cookingtime": 200,
|
||||||
|
"experience": 0.1,
|
||||||
|
"ingredient": [
|
||||||
|
{
|
||||||
|
"item": "minecraft:stone_pickaxe"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"item": "minecraft:stone_shovel"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"item": "minecraft:stone_axe"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"item": "minecraft:stone_hoe"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"item": "minecraft:stone_sword"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"item": "paxelsfordummies:stone_paxel"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"item": "advanced_copper:copper_armor_helmet"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"item": "advanced_copper:copper_armor_chestplate"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"item": "advanced_copper:copper_armor_leggings"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"item": "advanced_copper:copper_armor_boots"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"result": "tconstruct:copper_nugget"
|
||||||
|
}
|
||||||
17
src/main/resources/data/minecraft/recipes/stone_axe.json
Normal file
17
src/main/resources/data/minecraft/recipes/stone_axe.json
Normal file
|
|
@ -0,0 +1,17 @@
|
||||||
|
{
|
||||||
|
"type": "minecraft:crafting_shaped",
|
||||||
|
"category":"equipment",
|
||||||
|
"pattern": [
|
||||||
|
" 11",
|
||||||
|
" 21",
|
||||||
|
" 2 "
|
||||||
|
],
|
||||||
|
"key": {
|
||||||
|
"1":{"item":"minecraft:copper_ingot"},
|
||||||
|
"2":{"item":"minecraft:stick"}
|
||||||
|
},
|
||||||
|
"result": {
|
||||||
|
"item":"minecraft:stone_axe"
|
||||||
|
},
|
||||||
|
"show_notification":true
|
||||||
|
}
|
||||||
17
src/main/resources/data/minecraft/recipes/stone_hoe.json
Normal file
17
src/main/resources/data/minecraft/recipes/stone_hoe.json
Normal file
|
|
@ -0,0 +1,17 @@
|
||||||
|
{
|
||||||
|
"type": "minecraft:crafting_shaped",
|
||||||
|
"category":"equipment",
|
||||||
|
"pattern": [
|
||||||
|
" 11",
|
||||||
|
" 2 ",
|
||||||
|
" 2 "
|
||||||
|
],
|
||||||
|
"key": {
|
||||||
|
"1":{"item":"minecraft:copper_ingot"},
|
||||||
|
"2":{"item":"minecraft:stick"}
|
||||||
|
},
|
||||||
|
"result": {
|
||||||
|
"item":"minecraft:stone_hoe"
|
||||||
|
},
|
||||||
|
"show_notification":true
|
||||||
|
}
|
||||||
17
src/main/resources/data/minecraft/recipes/stone_pickaxe.json
Normal file
17
src/main/resources/data/minecraft/recipes/stone_pickaxe.json
Normal file
|
|
@ -0,0 +1,17 @@
|
||||||
|
{
|
||||||
|
"type": "minecraft:crafting_shaped",
|
||||||
|
"category":"equipment",
|
||||||
|
"pattern": [
|
||||||
|
"111",
|
||||||
|
" 2 ",
|
||||||
|
" 2 "
|
||||||
|
],
|
||||||
|
"key": {
|
||||||
|
"1":{"item":"minecraft:copper_ingot"},
|
||||||
|
"2":{"item":"minecraft:stick"}
|
||||||
|
},
|
||||||
|
"result": {
|
||||||
|
"item":"minecraft:stone_pickaxe"
|
||||||
|
},
|
||||||
|
"show_notification":true
|
||||||
|
}
|
||||||
17
src/main/resources/data/minecraft/recipes/stone_shovel.json
Normal file
17
src/main/resources/data/minecraft/recipes/stone_shovel.json
Normal file
|
|
@ -0,0 +1,17 @@
|
||||||
|
{
|
||||||
|
"type": "minecraft:crafting_shaped",
|
||||||
|
"category":"equipment",
|
||||||
|
"pattern": [
|
||||||
|
" 1 ",
|
||||||
|
" 2 ",
|
||||||
|
" 2 "
|
||||||
|
],
|
||||||
|
"key": {
|
||||||
|
"1":{"item":"minecraft:copper_ingot"},
|
||||||
|
"2":{"item":"minecraft:stick"}
|
||||||
|
},
|
||||||
|
"result": {
|
||||||
|
"item":"minecraft:stone_shovel"
|
||||||
|
},
|
||||||
|
"show_notification":true
|
||||||
|
}
|
||||||
17
src/main/resources/data/minecraft/recipes/stone_sword.json
Normal file
17
src/main/resources/data/minecraft/recipes/stone_sword.json
Normal file
|
|
@ -0,0 +1,17 @@
|
||||||
|
{
|
||||||
|
"type": "minecraft:crafting_shaped",
|
||||||
|
"category":"equipment",
|
||||||
|
"pattern": [
|
||||||
|
" 1 ",
|
||||||
|
" 1 ",
|
||||||
|
" 2 "
|
||||||
|
],
|
||||||
|
"key": {
|
||||||
|
"1":{"item":"minecraft:copper_ingot"},
|
||||||
|
"2":{"item":"minecraft:stick"}
|
||||||
|
},
|
||||||
|
"result": {
|
||||||
|
"item":"minecraft:stone_sword"
|
||||||
|
},
|
||||||
|
"show_notification":true
|
||||||
|
}
|
||||||
Loading…
Reference in a new issue