Add tag-based recipes for plantballs and compressed plantballs. Thanks to Adirelle

* Add tag-based recipes for plantballs and compressed plantballs

* Remove the plantball recipe to avoid conflict with storage block recipes.
This commit is contained in:
Adirelle 2022-01-02 21:48:43 +01:00 committed by GitHub
parent 330521fdfe
commit d85501a057
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
14 changed files with 34 additions and 192 deletions

View file

@ -4,7 +4,7 @@
"time": 400,
"ingredients": [
{
"tag": "minecraft:leaves",
"tag": "techreborn:plantball_material",
"count": 8
}
],

View file

@ -1,16 +0,0 @@
{
"type": "techreborn:compressor",
"power": 2,
"time": 400,
"ingredients": [
{
"tag": "minecraft:saplings",
"count": 8
}
],
"results": [
{
"item": "techreborn:compressed_plantball"
}
]
}

View file

@ -1,16 +0,0 @@
{
"type": "techreborn:compressor",
"power": 2,
"time": 400,
"ingredients": [
{
"item": "minecraft:melon",
"count": 8
}
],
"results": [
{
"item": "techreborn:compressed_plantball"
}
]
}

View file

@ -1,16 +0,0 @@
{
"type": "techreborn:compressor",
"power": 2,
"time": 400,
"ingredients": [
{
"item": "minecraft:sugar_cane",
"count": 8
}
],
"results": [
{
"item": "techreborn:compressed_plantball"
}
]
}

View file

@ -1,16 +0,0 @@
{
"type": "techreborn:compressor",
"power": 2,
"time": 400,
"ingredients": [
{
"item": "minecraft:cactus",
"count": 8
}
],
"results": [
{
"item": "techreborn:compressed_plantball"
}
]
}

View file

@ -1,16 +0,0 @@
{
"type": "techreborn:compressor",
"power": 2,
"time": 400,
"ingredients": [
{
"item": "minecraft:wheat",
"count": 8
}
],
"results": [
{
"item": "techreborn:compressed_plantball"
}
]
}

View file

@ -1,16 +0,0 @@
{
"type": "techreborn:compressor",
"power": 2,
"time": 400,
"ingredients": [
{
"item": "minecraft:carrot",
"count": 8
}
],
"results": [
{
"item": "techreborn:compressed_plantball"
}
]
}

View file

@ -1,16 +0,0 @@
{
"type": "techreborn:compressor",
"power": 2,
"time": 400,
"ingredients": [
{
"item": "minecraft:potato",
"count": 8
}
],
"results": [
{
"item": "techreborn:compressed_plantball"
}
]
}

View file

@ -1,16 +0,0 @@
{
"type": "techreborn:compressor",
"power": 2,
"time": 400,
"ingredients": [
{
"item": "minecraft:apple",
"count": 8
}
],
"results": [
{
"item": "techreborn:compressed_plantball"
}
]
}

View file

@ -1,16 +0,0 @@
{
"type": "techreborn:compressor",
"power": 2,
"time": 400,
"ingredients": [
{
"item": "minecraft:pumpkin",
"count": 8
}
],
"results": [
{
"item": "techreborn:compressed_plantball"
}
]
}

View file

@ -1,16 +0,0 @@
{
"type": "techreborn:compressor",
"power": 2,
"time": 400,
"ingredients": [
{
"item": "minecraft:kelp",
"count": 8
}
],
"results": [
{
"item": "techreborn:compressed_plantball"
}
]
}

View file

@ -1,16 +0,0 @@
{
"type": "techreborn:compressor",
"power": 2,
"time": 400,
"ingredients": [
{
"item": "minecraft:sweet_berries",
"count": 8
}
],
"results": [
{
"item": "techreborn:compressed_plantball"
}
]
}

View file

@ -0,0 +1,18 @@
{
"replace": false,
"values": [
"#minecraft:leaves",
"#minecraft:saplings",
"minecraft:beetroot",
"minecraft:carrot",
"minecraft:potato",
"minecraft:wheat",
"minecraft:melon",
"minecraft:sugar_cane",
"minecraft:cactus",
"minecraft:apple",
"minecraft:pumpkin",
"minecraft:kelp",
"minecraft:sweet_berries"
]
}