You've already forked minecraft-assets
Create/Update assets for version 25w08a
This commit is contained in:
1
data/minecraft/loot_table/pots/_list.json
Normal file
1
data/minecraft/loot_table/pots/_list.json
Normal file
@@ -0,0 +1 @@
|
||||
{"directories":["trial_chambers"],"files":[]}
|
||||
1
data/minecraft/loot_table/pots/trial_chambers/_all.json
Normal file
1
data/minecraft/loot_table/pots/trial_chambers/_all.json
Normal file
@@ -0,0 +1 @@
|
||||
{"corridor":{"type":"minecraft:chest","pools":[{"bonus_rolls":0.0,"entries":[{"type":"minecraft:item","functions":[{"add":false,"count":{"type":"minecraft:uniform","max":3.0,"min":1.0},"function":"minecraft:set_count"}],"name":"minecraft:emerald","weight":125},{"type":"minecraft:item","functions":[{"add":false,"count":{"type":"minecraft:uniform","max":8.0,"min":2.0},"function":"minecraft:set_count"}],"name":"minecraft:arrow","weight":100},{"type":"minecraft:item","functions":[{"add":false,"count":{"type":"minecraft:uniform","max":2.0,"min":1.0},"function":"minecraft:set_count"}],"name":"minecraft:iron_ingot","weight":100},{"type":"minecraft:item","functions":[{"add":false,"count":1.0,"function":"minecraft:set_count"}],"name":"minecraft:trial_key","weight":10},{"type":"minecraft:item","name":"minecraft:music_disc_creator_music_box","weight":5},{"type":"minecraft:item","functions":[{"add":false,"count":{"type":"minecraft:uniform","max":2.0,"min":1.0},"function":"minecraft:set_count"}],"name":"minecraft:diamond","weight":5},{"type":"minecraft:item","functions":[{"add":false,"count":1.0,"function":"minecraft:set_count"}],"name":"minecraft:emerald_block","weight":5},{"type":"minecraft:item","functions":[{"add":false,"count":1.0,"function":"minecraft:set_count"}],"name":"minecraft:diamond_block"}],"rolls":1.0}],"random_sequence":"minecraft:pots/trial_chambers/corridor"}}
|
||||
1
data/minecraft/loot_table/pots/trial_chambers/_list.json
Normal file
1
data/minecraft/loot_table/pots/trial_chambers/_list.json
Normal file
@@ -0,0 +1 @@
|
||||
{"directories":[],"files":["corridor.json"]}
|
||||
116
data/minecraft/loot_table/pots/trial_chambers/corridor.json
Normal file
116
data/minecraft/loot_table/pots/trial_chambers/corridor.json
Normal file
@@ -0,0 +1,116 @@
|
||||
{
|
||||
"type": "minecraft:chest",
|
||||
"pools": [
|
||||
{
|
||||
"bonus_rolls": 0.0,
|
||||
"entries": [
|
||||
{
|
||||
"type": "minecraft:item",
|
||||
"functions": [
|
||||
{
|
||||
"add": false,
|
||||
"count": {
|
||||
"type": "minecraft:uniform",
|
||||
"max": 3.0,
|
||||
"min": 1.0
|
||||
},
|
||||
"function": "minecraft:set_count"
|
||||
}
|
||||
],
|
||||
"name": "minecraft:emerald",
|
||||
"weight": 125
|
||||
},
|
||||
{
|
||||
"type": "minecraft:item",
|
||||
"functions": [
|
||||
{
|
||||
"add": false,
|
||||
"count": {
|
||||
"type": "minecraft:uniform",
|
||||
"max": 8.0,
|
||||
"min": 2.0
|
||||
},
|
||||
"function": "minecraft:set_count"
|
||||
}
|
||||
],
|
||||
"name": "minecraft:arrow",
|
||||
"weight": 100
|
||||
},
|
||||
{
|
||||
"type": "minecraft:item",
|
||||
"functions": [
|
||||
{
|
||||
"add": false,
|
||||
"count": {
|
||||
"type": "minecraft:uniform",
|
||||
"max": 2.0,
|
||||
"min": 1.0
|
||||
},
|
||||
"function": "minecraft:set_count"
|
||||
}
|
||||
],
|
||||
"name": "minecraft:iron_ingot",
|
||||
"weight": 100
|
||||
},
|
||||
{
|
||||
"type": "minecraft:item",
|
||||
"functions": [
|
||||
{
|
||||
"add": false,
|
||||
"count": 1.0,
|
||||
"function": "minecraft:set_count"
|
||||
}
|
||||
],
|
||||
"name": "minecraft:trial_key",
|
||||
"weight": 10
|
||||
},
|
||||
{
|
||||
"type": "minecraft:item",
|
||||
"name": "minecraft:music_disc_creator_music_box",
|
||||
"weight": 5
|
||||
},
|
||||
{
|
||||
"type": "minecraft:item",
|
||||
"functions": [
|
||||
{
|
||||
"add": false,
|
||||
"count": {
|
||||
"type": "minecraft:uniform",
|
||||
"max": 2.0,
|
||||
"min": 1.0
|
||||
},
|
||||
"function": "minecraft:set_count"
|
||||
}
|
||||
],
|
||||
"name": "minecraft:diamond",
|
||||
"weight": 5
|
||||
},
|
||||
{
|
||||
"type": "minecraft:item",
|
||||
"functions": [
|
||||
{
|
||||
"add": false,
|
||||
"count": 1.0,
|
||||
"function": "minecraft:set_count"
|
||||
}
|
||||
],
|
||||
"name": "minecraft:emerald_block",
|
||||
"weight": 5
|
||||
},
|
||||
{
|
||||
"type": "minecraft:item",
|
||||
"functions": [
|
||||
{
|
||||
"add": false,
|
||||
"count": 1.0,
|
||||
"function": "minecraft:set_count"
|
||||
}
|
||||
],
|
||||
"name": "minecraft:diamond_block"
|
||||
}
|
||||
],
|
||||
"rolls": 1.0
|
||||
}
|
||||
],
|
||||
"random_sequence": "minecraft:pots/trial_chambers/corridor"
|
||||
}
|
||||
Reference in New Issue
Block a user