Allowed TNT to be crafted with white sand, and rabbit stew to be crafted with toadstools. Updated block/item tags

This commit is contained in:
Forstride 2020-02-13 01:36:40 -05:00
parent 2f99887eb7
commit ac218d5153
11 changed files with 118 additions and 7 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 342 B

After

Width:  |  Height:  |  Size: 462 B

View File

@ -0,0 +1,32 @@
{
"parent": "minecraft:recipes/root",
"rewards": {
"recipes": [
"biomesoplenty:rabbit_stew_from_toadstool"
]
},
"criteria": {
"has_cooked_rabbit": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
{
"item": "minecraft:cooked_rabbit"
}
]
}
},
"has_the_recipe": {
"trigger": "minecraft:recipe_unlocked",
"conditions": {
"recipe": "biomesoplenty:rabbit_stew_from_toadstool"
}
}
},
"requirements": [
[
"has_cooked_rabbit",
"has_the_recipe"
]
]
}

View File

@ -0,0 +1,24 @@
{
"type": "minecraft:crafting_shapeless",
"group": "rabbit_stew",
"ingredients": [
{
"item": "minecraft:baked_potato"
},
{
"item": "minecraft:cooked_rabbit"
},
{
"item": "minecraft:bowl"
},
{
"item": "minecraft:carrot"
},
{
"item": "biomesoplenty:toadstool"
}
],
"result": {
"item": "minecraft:rabbit_stew"
}
}

View File

@ -1,7 +0,0 @@
{
"replace": false,
"values": [
"minecraft:grass_block",
"minecraft:mycelium"
]
}

View File

@ -0,0 +1,6 @@
{
"replace": false,
"values": [
"biomesoplenty:white_sand"
]
}

View File

@ -0,0 +1,9 @@
{
"replace": false,
"values": [
"biomesoplenty:white_sandstone",
"biomesoplenty:cut_white_sandstone",
"biomesoplenty:chiseled_white_sandstone",
"biomesoplenty:smooth_white_sandstone"
]
}

View File

@ -0,0 +1,7 @@
{
"replace": false,
"values": [
"biomesoplenty:glowshroom",
"biomesoplenty:toadstool"
]
}

View File

@ -0,0 +1,6 @@
{
"replace": false,
"values": [
"biomesoplenty:music_disc_wanderer"
]
}

View File

@ -0,0 +1,6 @@
{
"replace": false,
"values": [
"biomesoplenty:white_sand"
]
}

View File

@ -0,0 +1,9 @@
{
"replace": false,
"values": [
"biomesoplenty:white_sandstone",
"biomesoplenty:cut_white_sandstone",
"biomesoplenty:chiseled_white_sandstone",
"biomesoplenty:smooth_white_sandstone"
]
}

View File

@ -0,0 +1,19 @@
{
"type": "minecraft:crafting_shaped",
"pattern": [
"X#X",
"#X#",
"X#X"
],
"key": {
"#": {
"tag": "minecraft:sand"
},
"X": {
"item": "minecraft:gunpowder"
}
},
"result": {
"item": "minecraft:tnt"
}
}