You've already forked minecraft-assets
Create/Update assets for version 1.21
This commit is contained in:
93
data/minecraft/loot_table/archaeology/desert_well.json
Normal file
93
data/minecraft/loot_table/archaeology/desert_well.json
Normal file
@@ -0,0 +1,93 @@
|
||||
{
|
||||
"type": "minecraft:archaeology",
|
||||
"pools": [
|
||||
{
|
||||
"bonus_rolls": 0.0,
|
||||
"entries": [
|
||||
{
|
||||
"type": "minecraft:item",
|
||||
"name": "minecraft:arms_up_pottery_sherd",
|
||||
"weight": 2
|
||||
},
|
||||
{
|
||||
"type": "minecraft:item",
|
||||
"name": "minecraft:brewer_pottery_sherd",
|
||||
"weight": 2
|
||||
},
|
||||
{
|
||||
"type": "minecraft:item",
|
||||
"name": "minecraft:brick"
|
||||
},
|
||||
{
|
||||
"type": "minecraft:item",
|
||||
"name": "minecraft:emerald"
|
||||
},
|
||||
{
|
||||
"type": "minecraft:item",
|
||||
"name": "minecraft:stick"
|
||||
},
|
||||
{
|
||||
"type": "minecraft:item",
|
||||
"functions": [
|
||||
{
|
||||
"effects": [
|
||||
{
|
||||
"type": "minecraft:night_vision",
|
||||
"duration": {
|
||||
"type": "minecraft:uniform",
|
||||
"max": 10.0,
|
||||
"min": 7.0
|
||||
}
|
||||
},
|
||||
{
|
||||
"type": "minecraft:jump_boost",
|
||||
"duration": {
|
||||
"type": "minecraft:uniform",
|
||||
"max": 10.0,
|
||||
"min": 7.0
|
||||
}
|
||||
},
|
||||
{
|
||||
"type": "minecraft:weakness",
|
||||
"duration": {
|
||||
"type": "minecraft:uniform",
|
||||
"max": 8.0,
|
||||
"min": 6.0
|
||||
}
|
||||
},
|
||||
{
|
||||
"type": "minecraft:blindness",
|
||||
"duration": {
|
||||
"type": "minecraft:uniform",
|
||||
"max": 7.0,
|
||||
"min": 5.0
|
||||
}
|
||||
},
|
||||
{
|
||||
"type": "minecraft:poison",
|
||||
"duration": {
|
||||
"type": "minecraft:uniform",
|
||||
"max": 20.0,
|
||||
"min": 10.0
|
||||
}
|
||||
},
|
||||
{
|
||||
"type": "minecraft:saturation",
|
||||
"duration": {
|
||||
"type": "minecraft:uniform",
|
||||
"max": 10.0,
|
||||
"min": 7.0
|
||||
}
|
||||
}
|
||||
],
|
||||
"function": "minecraft:set_stew_effect"
|
||||
}
|
||||
],
|
||||
"name": "minecraft:suspicious_stew"
|
||||
}
|
||||
],
|
||||
"rolls": 1.0
|
||||
}
|
||||
],
|
||||
"random_sequence": "minecraft:archaeology/desert_well"
|
||||
}
|
||||
Reference in New Issue
Block a user