Simplified calcite related recipes
This commit is contained in:
parent
16a9b84ac7
commit
009fff88e5
10 changed files with 20 additions and 92 deletions
|
@ -4,7 +4,7 @@
|
|||
"time": 400,
|
||||
"ingredients" : [
|
||||
{
|
||||
"item": "minecraft:calcite"
|
||||
"tag": "techreborn:calcite_dust_material"
|
||||
}
|
||||
],
|
||||
"results" : [
|
||||
|
|
|
@ -1,15 +0,0 @@
|
|||
{
|
||||
"type": "techreborn:grinder",
|
||||
"power": 2,
|
||||
"time": 400,
|
||||
"ingredients" : [
|
||||
{
|
||||
"tag": "c:coral_blocks"
|
||||
}
|
||||
],
|
||||
"results" : [
|
||||
{
|
||||
"item": "techreborn:calcite_dust"
|
||||
}
|
||||
]
|
||||
}
|
|
@ -1,15 +0,0 @@
|
|||
{
|
||||
"type": "techreborn:grinder",
|
||||
"power": 2,
|
||||
"time": 400,
|
||||
"ingredients" : [
|
||||
{
|
||||
"item": "minecraft:dripstone_block"
|
||||
}
|
||||
],
|
||||
"results" : [
|
||||
{
|
||||
"item": "techreborn:calcite_dust"
|
||||
}
|
||||
]
|
||||
}
|
|
@ -4,7 +4,7 @@
|
|||
"time": 100,
|
||||
"ingredients" : [
|
||||
{
|
||||
"tag": "c:coral_plants"
|
||||
"tag": "techreborn:calcite_small_dust_material"
|
||||
}
|
||||
],
|
||||
"results" : [
|
|
@ -1,15 +0,0 @@
|
|||
{
|
||||
"type": "techreborn:grinder",
|
||||
"power": 2,
|
||||
"time": 100,
|
||||
"ingredients" : [
|
||||
{
|
||||
"item": "minecraft:bone_meal"
|
||||
}
|
||||
],
|
||||
"results" : [
|
||||
{
|
||||
"item": "techreborn:calcite_small_dust"
|
||||
}
|
||||
]
|
||||
}
|
|
@ -1,15 +0,0 @@
|
|||
{
|
||||
"type": "techreborn:grinder",
|
||||
"power": 2,
|
||||
"time": 100,
|
||||
"ingredients" : [
|
||||
{
|
||||
"tag": "c:coral_fans"
|
||||
}
|
||||
],
|
||||
"results" : [
|
||||
{
|
||||
"item": "techreborn:calcite_small_dust"
|
||||
}
|
||||
]
|
||||
}
|
|
@ -1,15 +0,0 @@
|
|||
{
|
||||
"type": "techreborn:grinder",
|
||||
"power": 2,
|
||||
"time": 100,
|
||||
"ingredients" : [
|
||||
{
|
||||
"item": "minecraft:nautilus_shell"
|
||||
}
|
||||
],
|
||||
"results" : [
|
||||
{
|
||||
"item": "techreborn:calcite_small_dust"
|
||||
}
|
||||
]
|
||||
}
|
|
@ -1,15 +0,0 @@
|
|||
{
|
||||
"type": "techreborn:grinder",
|
||||
"power": 2,
|
||||
"time": 100,
|
||||
"ingredients" : [
|
||||
{
|
||||
"item": "minecraft:pointed_dripstone"
|
||||
}
|
||||
],
|
||||
"results" : [
|
||||
{
|
||||
"item": "techreborn:calcite_small_dust"
|
||||
}
|
||||
]
|
||||
}
|
|
@ -0,0 +1,8 @@
|
|||
{
|
||||
"replace": false,
|
||||
"values": [
|
||||
"minecraft:calcite",
|
||||
"#c:coral_blocks",
|
||||
"minecraft:dripstone_block"
|
||||
]
|
||||
}
|
|
@ -0,0 +1,10 @@
|
|||
{
|
||||
"replace": false,
|
||||
"values": [
|
||||
"minecraft:bone_meal",
|
||||
"#c:coral_fans",
|
||||
"#c:coral_plants",
|
||||
"minecraft:pointed_dripstone",
|
||||
"minecraft:nautilus_shell"
|
||||
]
|
||||
}
|
Loading…
Reference in a new issue