Simplified calcite related recipes

This commit is contained in:
Ayutac 2022-02-10 09:04:35 +01:00
parent 16a9b84ac7
commit 009fff88e5
10 changed files with 20 additions and 92 deletions

View file

@ -4,7 +4,7 @@
"time": 400,
"ingredients" : [
{
"item": "minecraft:calcite"
"tag": "techreborn:calcite_dust_material"
}
],
"results" : [

View file

@ -1,15 +0,0 @@
{
"type": "techreborn:grinder",
"power": 2,
"time": 400,
"ingredients" : [
{
"tag": "c:coral_blocks"
}
],
"results" : [
{
"item": "techreborn:calcite_dust"
}
]
}

View file

@ -1,15 +0,0 @@
{
"type": "techreborn:grinder",
"power": 2,
"time": 400,
"ingredients" : [
{
"item": "minecraft:dripstone_block"
}
],
"results" : [
{
"item": "techreborn:calcite_dust"
}
]
}

View file

@ -4,7 +4,7 @@
"time": 100,
"ingredients" : [
{
"tag": "c:coral_plants"
"tag": "techreborn:calcite_small_dust_material"
}
],
"results" : [

View file

@ -1,15 +0,0 @@
{
"type": "techreborn:grinder",
"power": 2,
"time": 100,
"ingredients" : [
{
"item": "minecraft:bone_meal"
}
],
"results" : [
{
"item": "techreborn:calcite_small_dust"
}
]
}

View file

@ -1,15 +0,0 @@
{
"type": "techreborn:grinder",
"power": 2,
"time": 100,
"ingredients" : [
{
"tag": "c:coral_fans"
}
],
"results" : [
{
"item": "techreborn:calcite_small_dust"
}
]
}

View file

@ -1,15 +0,0 @@
{
"type": "techreborn:grinder",
"power": 2,
"time": 100,
"ingredients" : [
{
"item": "minecraft:nautilus_shell"
}
],
"results" : [
{
"item": "techreborn:calcite_small_dust"
}
]
}

View file

@ -1,15 +0,0 @@
{
"type": "techreborn:grinder",
"power": 2,
"time": 100,
"ingredients" : [
{
"item": "minecraft:pointed_dripstone"
}
],
"results" : [
{
"item": "techreborn:calcite_small_dust"
}
]
}

View file

@ -0,0 +1,8 @@
{
"replace": false,
"values": [
"minecraft:calcite",
"#c:coral_blocks",
"minecraft:dripstone_block"
]
}

View file

@ -0,0 +1,10 @@
{
"replace": false,
"values": [
"minecraft:bone_meal",
"#c:coral_fans",
"#c:coral_plants",
"minecraft:pointed_dripstone",
"minecraft:nautilus_shell"
]
}