Unpacked custom recipes, added netherrack recipe

This commit is contained in:
2025-04-24 09:23:16 -05:00
parent 6a200cfee4
commit 25cef427e0
17 changed files with 636 additions and 0 deletions

View File

@ -0,0 +1,103 @@
{
"type": "minecraft:entity",
"pools": [
{
"bonus_rolls": 0,
"entries": [
{
"type": "minecraft:item",
"functions": [
{
"add": false,
"count": {
"type": "minecraft:uniform",
"max": 2,
"min": 0
},
"function": "minecraft:set_count"
},
{
"count": {
"type": "minecraft:uniform",
"max": 1,
"min": 0
},
"function": "minecraft:looting_enchant"
}
],
"name": "minecraft:gunpowder"
}
],
"rolls": 1
},
{
"bonus_rolls": 0,
"conditions": [
{
"condition": "minecraft:entity_properties",
"entity": "killer",
"predicate": {
"type": "#minecraft:skeletons"
}
}
],
"entries": [
{
"type": "minecraft:tag",
"expand": true,
"name": "minecraft:creeper_drop_music_discs"
}
],
"rolls": 1
},
{
"bonus_rolls": 0,
"conditions": [
{
"condition": "minecraft:killed_by_player"
},
{
"chance": 0.025,
"condition": "minecraft:random_chance_with_looting",
"looting_multiplier": 0.01
}
],
"entries": [
{
"type": "minecraft:item",
"name": "garnished:ungarnished_almond"
},
{
"type": "minecraft:item",
"name": "garnished:ungarnished_cashew"
},
{
"type": "minecraft:item",
"name": "garnished:ungarnished_chestnut"
},
{
"type": "minecraft:item",
"name": "garnished:ungarnished_hazelnut"
},
{
"type": "minecraft:item",
"name": "garnished:ungarnished_pecan"
},
{
"type": "minecraft:item",
"name": "garnished:ungarnished_peanut"
},
{
"type": "minecraft:item",
"name": "garnished:ungarnished_pistachio"
},
{
"type": "minecraft:item",
"name": "garnished:ungarnished_walnut"
}
],
"rolls": 1
}
],
"random_sequence": "minecraft:entities/creeper"
}

View File

@ -0,0 +1,99 @@
{
"type": "minecraft:entity",
"pools": [
{
"bonus_rolls": 0,
"entries": [
{
"type": "minecraft:item",
"functions": [
{
"add": false,
"count": {
"type": "minecraft:uniform",
"max": 2,
"min": 0
},
"function": "minecraft:set_count"
},
{
"count": {
"type": "minecraft:uniform",
"max": 1,
"min": 0
},
"function": "minecraft:looting_enchant"
}
],
"name": "minecraft:rotten_flesh"
}
],
"rolls": 1
},
{
"bonus_rolls": 0,
"conditions": [
{
"condition": "minecraft:killed_by_player"
},
{
"chance": 0.025,
"condition": "minecraft:random_chance_with_looting",
"looting_multiplier": 0.01
}
],
"entries": [
{
"type": "minecraft:item",
"name": "minecraft:iron_ingot"
},
{
"type": "minecraft:item",
"name": "minecraft:carrot"
},
{
"type": "minecraft:item",
"functions": [
{
"conditions": [
{
"condition": "minecraft:entity_properties",
"entity": "this",
"predicate": {
"flags": {
"is_on_fire": true
}
}
}
],
"function": "minecraft:furnace_smelt"
}
],
"name": "minecraft:potato"
}
],
"rolls": 1
},
{
"bonus_rolls": 0,
"conditions": [
{
"condition": "minecraft:killed_by_player"
},
{
"chance": 0.025,
"condition": "minecraft:random_chance_with_looting",
"looting_multiplier": 0.01
}
],
"entries": [
{
"type": "minecraft:item",
"name": "create:andesite_alloy"
}
],
"rolls": 1
}
],
"random_sequence": "minecraft:entities/zombie"
}