You've already forked minecraft-assets
Create/Update assets for version 1.17.1
This commit is contained in:
130
data/minecraft/loot_tables/chests/nether_bridge.json
Normal file
130
data/minecraft/loot_tables/chests/nether_bridge.json
Normal file
@@ -0,0 +1,130 @@
|
||||
{
|
||||
"type": "minecraft:chest",
|
||||
"pools": [
|
||||
{
|
||||
"rolls": {
|
||||
"type": "minecraft:uniform",
|
||||
"min": 2.0,
|
||||
"max": 4.0
|
||||
},
|
||||
"bonus_rolls": 0.0,
|
||||
"entries": [
|
||||
{
|
||||
"type": "minecraft:item",
|
||||
"weight": 5,
|
||||
"functions": [
|
||||
{
|
||||
"function": "minecraft:set_count",
|
||||
"count": {
|
||||
"type": "minecraft:uniform",
|
||||
"min": 1.0,
|
||||
"max": 3.0
|
||||
},
|
||||
"add": false
|
||||
}
|
||||
],
|
||||
"name": "minecraft:diamond"
|
||||
},
|
||||
{
|
||||
"type": "minecraft:item",
|
||||
"weight": 5,
|
||||
"functions": [
|
||||
{
|
||||
"function": "minecraft:set_count",
|
||||
"count": {
|
||||
"type": "minecraft:uniform",
|
||||
"min": 1.0,
|
||||
"max": 5.0
|
||||
},
|
||||
"add": false
|
||||
}
|
||||
],
|
||||
"name": "minecraft:iron_ingot"
|
||||
},
|
||||
{
|
||||
"type": "minecraft:item",
|
||||
"weight": 15,
|
||||
"functions": [
|
||||
{
|
||||
"function": "minecraft:set_count",
|
||||
"count": {
|
||||
"type": "minecraft:uniform",
|
||||
"min": 1.0,
|
||||
"max": 3.0
|
||||
},
|
||||
"add": false
|
||||
}
|
||||
],
|
||||
"name": "minecraft:gold_ingot"
|
||||
},
|
||||
{
|
||||
"type": "minecraft:item",
|
||||
"weight": 5,
|
||||
"name": "minecraft:golden_sword"
|
||||
},
|
||||
{
|
||||
"type": "minecraft:item",
|
||||
"weight": 5,
|
||||
"name": "minecraft:golden_chestplate"
|
||||
},
|
||||
{
|
||||
"type": "minecraft:item",
|
||||
"weight": 5,
|
||||
"name": "minecraft:flint_and_steel"
|
||||
},
|
||||
{
|
||||
"type": "minecraft:item",
|
||||
"weight": 5,
|
||||
"functions": [
|
||||
{
|
||||
"function": "minecraft:set_count",
|
||||
"count": {
|
||||
"type": "minecraft:uniform",
|
||||
"min": 3.0,
|
||||
"max": 7.0
|
||||
},
|
||||
"add": false
|
||||
}
|
||||
],
|
||||
"name": "minecraft:nether_wart"
|
||||
},
|
||||
{
|
||||
"type": "minecraft:item",
|
||||
"weight": 10,
|
||||
"name": "minecraft:saddle"
|
||||
},
|
||||
{
|
||||
"type": "minecraft:item",
|
||||
"weight": 8,
|
||||
"name": "minecraft:golden_horse_armor"
|
||||
},
|
||||
{
|
||||
"type": "minecraft:item",
|
||||
"weight": 5,
|
||||
"name": "minecraft:iron_horse_armor"
|
||||
},
|
||||
{
|
||||
"type": "minecraft:item",
|
||||
"weight": 3,
|
||||
"name": "minecraft:diamond_horse_armor"
|
||||
},
|
||||
{
|
||||
"type": "minecraft:item",
|
||||
"weight": 2,
|
||||
"functions": [
|
||||
{
|
||||
"function": "minecraft:set_count",
|
||||
"count": {
|
||||
"type": "minecraft:uniform",
|
||||
"min": 2.0,
|
||||
"max": 4.0
|
||||
},
|
||||
"add": false
|
||||
}
|
||||
],
|
||||
"name": "minecraft:obsidian"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user