You've already forked minecraft-assets
Create/Update assets for version 24w37a
This commit is contained in:
1
data/minecraft/loot_table/equipment/_all.json
Normal file
1
data/minecraft/loot_table/equipment/_all.json
Normal file
@@ -0,0 +1 @@
|
||||
{"trial_chamber":{"type":"minecraft:equipment","pools":[{"bonus_rolls":0.0,"entries":[{"type":"minecraft:loot_table","value":{"pools":[{"bonus_rolls":0.0,"conditions":[{"chance":0.5,"condition":"minecraft:random_chance"}],"entries":[{"type":"minecraft:item","functions":[{"components":{"minecraft:trim":{"material":"minecraft:copper","pattern":"minecraft:bolt"}},"function":"minecraft:set_components"},{"add":false,"enchantments":{"minecraft:fire_protection":4.0,"minecraft:projectile_protection":4.0,"minecraft:protection":4.0},"function":"minecraft:set_enchantments"}],"name":"minecraft:chainmail_helmet"}],"rolls":1.0},{"bonus_rolls":0.0,"conditions":[{"chance":0.5,"condition":"minecraft:random_chance"}],"entries":[{"type":"minecraft:item","functions":[{"components":{"minecraft:trim":{"material":"minecraft:copper","pattern":"minecraft:bolt"}},"function":"minecraft:set_components"},{"add":false,"enchantments":{"minecraft:fire_protection":4.0,"minecraft:projectile_protection":4.0,"minecraft:protection":4.0},"function":"minecraft:set_enchantments"}],"name":"minecraft:chainmail_chestplate"}],"rolls":1.0}]},"weight":4},{"type":"minecraft:loot_table","value":{"pools":[{"bonus_rolls":0.0,"conditions":[{"chance":0.5,"condition":"minecraft:random_chance"}],"entries":[{"type":"minecraft:item","functions":[{"components":{"minecraft:trim":{"material":"minecraft:copper","pattern":"minecraft:flow"}},"function":"minecraft:set_components"},{"add":false,"enchantments":{"minecraft:fire_protection":4.0,"minecraft:projectile_protection":4.0,"minecraft:protection":4.0},"function":"minecraft:set_enchantments"}],"name":"minecraft:iron_helmet"}],"rolls":1.0},{"bonus_rolls":0.0,"conditions":[{"chance":0.5,"condition":"minecraft:random_chance"}],"entries":[{"type":"minecraft:item","functions":[{"components":{"minecraft:trim":{"material":"minecraft:copper","pattern":"minecraft:flow"}},"function":"minecraft:set_components"},{"add":false,"enchantments":{"minecraft:fire_protection":4.0,"minecraft:projectile_protection":4.0,"minecraft:protection":4.0},"function":"minecraft:set_enchantments"}],"name":"minecraft:iron_chestplate"}],"rolls":1.0}]},"weight":2},{"type":"minecraft:loot_table","value":{"pools":[{"bonus_rolls":0.0,"conditions":[{"chance":0.5,"condition":"minecraft:random_chance"}],"entries":[{"type":"minecraft:item","functions":[{"components":{"minecraft:trim":{"material":"minecraft:copper","pattern":"minecraft:flow"}},"function":"minecraft:set_components"},{"add":false,"enchantments":{"minecraft:fire_protection":4.0,"minecraft:projectile_protection":4.0,"minecraft:protection":4.0},"function":"minecraft:set_enchantments"}],"name":"minecraft:diamond_helmet"}],"rolls":1.0},{"bonus_rolls":0.0,"conditions":[{"chance":0.5,"condition":"minecraft:random_chance"}],"entries":[{"type":"minecraft:item","functions":[{"components":{"minecraft:trim":{"material":"minecraft:copper","pattern":"minecraft:flow"}},"function":"minecraft:set_components"},{"add":false,"enchantments":{"minecraft:fire_protection":4.0,"minecraft:projectile_protection":4.0,"minecraft:protection":4.0},"function":"minecraft:set_enchantments"}],"name":"minecraft:diamond_chestplate"}],"rolls":1.0}]}}],"rolls":1.0}],"random_sequence":"minecraft:equipment/trial_chamber"},"trial_chamber_melee":{"type":"minecraft:equipment","pools":[{"bonus_rolls":0.0,"entries":[{"type":"minecraft:loot_table","value":"minecraft:equipment/trial_chamber"}],"rolls":1.0},{"bonus_rolls":0.0,"entries":[{"type":"minecraft:item","name":"minecraft:iron_sword","weight":4},{"type":"minecraft:item","functions":[{"add":false,"enchantments":{"minecraft:sharpness":1.0},"function":"minecraft:set_enchantments"}],"name":"minecraft:iron_sword"},{"type":"minecraft:item","functions":[{"add":false,"enchantments":{"minecraft:knockback":1.0},"function":"minecraft:set_enchantments"}],"name":"minecraft:iron_sword"},{"type":"minecraft:item","name":"minecraft:diamond_sword"}],"rolls":1.0}],"random_sequence":"minecraft:equipment/trial_chamber_melee"},"trial_chamber_ranged":{"type":"minecraft:equipment","pools":[{"bonus_rolls":0.0,"entries":[{"type":"minecraft:loot_table","value":"minecraft:equipment/trial_chamber"}],"rolls":1.0},{"bonus_rolls":0.0,"entries":[{"type":"minecraft:item","name":"minecraft:bow","weight":2},{"type":"minecraft:item","functions":[{"add":false,"enchantments":{"minecraft:power":1.0},"function":"minecraft:set_enchantments"}],"name":"minecraft:bow"},{"type":"minecraft:item","functions":[{"add":false,"enchantments":{"minecraft:punch":1.0},"function":"minecraft:set_enchantments"}],"name":"minecraft:bow"}],"rolls":1.0}],"random_sequence":"minecraft:equipment/trial_chamber_ranged"}}
|
||||
1
data/minecraft/loot_table/equipment/_list.json
Normal file
1
data/minecraft/loot_table/equipment/_list.json
Normal file
@@ -0,0 +1 @@
|
||||
{"directories":[],"files":["trial_chamber.json","trial_chamber_melee.json","trial_chamber_ranged.json"]}
|
||||
251
data/minecraft/loot_table/equipment/trial_chamber.json
Normal file
251
data/minecraft/loot_table/equipment/trial_chamber.json
Normal file
@@ -0,0 +1,251 @@
|
||||
{
|
||||
"type": "minecraft:equipment",
|
||||
"pools": [
|
||||
{
|
||||
"bonus_rolls": 0.0,
|
||||
"entries": [
|
||||
{
|
||||
"type": "minecraft:loot_table",
|
||||
"value": {
|
||||
"pools": [
|
||||
{
|
||||
"bonus_rolls": 0.0,
|
||||
"conditions": [
|
||||
{
|
||||
"chance": 0.5,
|
||||
"condition": "minecraft:random_chance"
|
||||
}
|
||||
],
|
||||
"entries": [
|
||||
{
|
||||
"type": "minecraft:item",
|
||||
"functions": [
|
||||
{
|
||||
"components": {
|
||||
"minecraft:trim": {
|
||||
"material": "minecraft:copper",
|
||||
"pattern": "minecraft:bolt"
|
||||
}
|
||||
},
|
||||
"function": "minecraft:set_components"
|
||||
},
|
||||
{
|
||||
"add": false,
|
||||
"enchantments": {
|
||||
"minecraft:fire_protection": 4.0,
|
||||
"minecraft:projectile_protection": 4.0,
|
||||
"minecraft:protection": 4.0
|
||||
},
|
||||
"function": "minecraft:set_enchantments"
|
||||
}
|
||||
],
|
||||
"name": "minecraft:chainmail_helmet"
|
||||
}
|
||||
],
|
||||
"rolls": 1.0
|
||||
},
|
||||
{
|
||||
"bonus_rolls": 0.0,
|
||||
"conditions": [
|
||||
{
|
||||
"chance": 0.5,
|
||||
"condition": "minecraft:random_chance"
|
||||
}
|
||||
],
|
||||
"entries": [
|
||||
{
|
||||
"type": "minecraft:item",
|
||||
"functions": [
|
||||
{
|
||||
"components": {
|
||||
"minecraft:trim": {
|
||||
"material": "minecraft:copper",
|
||||
"pattern": "minecraft:bolt"
|
||||
}
|
||||
},
|
||||
"function": "minecraft:set_components"
|
||||
},
|
||||
{
|
||||
"add": false,
|
||||
"enchantments": {
|
||||
"minecraft:fire_protection": 4.0,
|
||||
"minecraft:projectile_protection": 4.0,
|
||||
"minecraft:protection": 4.0
|
||||
},
|
||||
"function": "minecraft:set_enchantments"
|
||||
}
|
||||
],
|
||||
"name": "minecraft:chainmail_chestplate"
|
||||
}
|
||||
],
|
||||
"rolls": 1.0
|
||||
}
|
||||
]
|
||||
},
|
||||
"weight": 4
|
||||
},
|
||||
{
|
||||
"type": "minecraft:loot_table",
|
||||
"value": {
|
||||
"pools": [
|
||||
{
|
||||
"bonus_rolls": 0.0,
|
||||
"conditions": [
|
||||
{
|
||||
"chance": 0.5,
|
||||
"condition": "minecraft:random_chance"
|
||||
}
|
||||
],
|
||||
"entries": [
|
||||
{
|
||||
"type": "minecraft:item",
|
||||
"functions": [
|
||||
{
|
||||
"components": {
|
||||
"minecraft:trim": {
|
||||
"material": "minecraft:copper",
|
||||
"pattern": "minecraft:flow"
|
||||
}
|
||||
},
|
||||
"function": "minecraft:set_components"
|
||||
},
|
||||
{
|
||||
"add": false,
|
||||
"enchantments": {
|
||||
"minecraft:fire_protection": 4.0,
|
||||
"minecraft:projectile_protection": 4.0,
|
||||
"minecraft:protection": 4.0
|
||||
},
|
||||
"function": "minecraft:set_enchantments"
|
||||
}
|
||||
],
|
||||
"name": "minecraft:iron_helmet"
|
||||
}
|
||||
],
|
||||
"rolls": 1.0
|
||||
},
|
||||
{
|
||||
"bonus_rolls": 0.0,
|
||||
"conditions": [
|
||||
{
|
||||
"chance": 0.5,
|
||||
"condition": "minecraft:random_chance"
|
||||
}
|
||||
],
|
||||
"entries": [
|
||||
{
|
||||
"type": "minecraft:item",
|
||||
"functions": [
|
||||
{
|
||||
"components": {
|
||||
"minecraft:trim": {
|
||||
"material": "minecraft:copper",
|
||||
"pattern": "minecraft:flow"
|
||||
}
|
||||
},
|
||||
"function": "minecraft:set_components"
|
||||
},
|
||||
{
|
||||
"add": false,
|
||||
"enchantments": {
|
||||
"minecraft:fire_protection": 4.0,
|
||||
"minecraft:projectile_protection": 4.0,
|
||||
"minecraft:protection": 4.0
|
||||
},
|
||||
"function": "minecraft:set_enchantments"
|
||||
}
|
||||
],
|
||||
"name": "minecraft:iron_chestplate"
|
||||
}
|
||||
],
|
||||
"rolls": 1.0
|
||||
}
|
||||
]
|
||||
},
|
||||
"weight": 2
|
||||
},
|
||||
{
|
||||
"type": "minecraft:loot_table",
|
||||
"value": {
|
||||
"pools": [
|
||||
{
|
||||
"bonus_rolls": 0.0,
|
||||
"conditions": [
|
||||
{
|
||||
"chance": 0.5,
|
||||
"condition": "minecraft:random_chance"
|
||||
}
|
||||
],
|
||||
"entries": [
|
||||
{
|
||||
"type": "minecraft:item",
|
||||
"functions": [
|
||||
{
|
||||
"components": {
|
||||
"minecraft:trim": {
|
||||
"material": "minecraft:copper",
|
||||
"pattern": "minecraft:flow"
|
||||
}
|
||||
},
|
||||
"function": "minecraft:set_components"
|
||||
},
|
||||
{
|
||||
"add": false,
|
||||
"enchantments": {
|
||||
"minecraft:fire_protection": 4.0,
|
||||
"minecraft:projectile_protection": 4.0,
|
||||
"minecraft:protection": 4.0
|
||||
},
|
||||
"function": "minecraft:set_enchantments"
|
||||
}
|
||||
],
|
||||
"name": "minecraft:diamond_helmet"
|
||||
}
|
||||
],
|
||||
"rolls": 1.0
|
||||
},
|
||||
{
|
||||
"bonus_rolls": 0.0,
|
||||
"conditions": [
|
||||
{
|
||||
"chance": 0.5,
|
||||
"condition": "minecraft:random_chance"
|
||||
}
|
||||
],
|
||||
"entries": [
|
||||
{
|
||||
"type": "minecraft:item",
|
||||
"functions": [
|
||||
{
|
||||
"components": {
|
||||
"minecraft:trim": {
|
||||
"material": "minecraft:copper",
|
||||
"pattern": "minecraft:flow"
|
||||
}
|
||||
},
|
||||
"function": "minecraft:set_components"
|
||||
},
|
||||
{
|
||||
"add": false,
|
||||
"enchantments": {
|
||||
"minecraft:fire_protection": 4.0,
|
||||
"minecraft:projectile_protection": 4.0,
|
||||
"minecraft:protection": 4.0
|
||||
},
|
||||
"function": "minecraft:set_enchantments"
|
||||
}
|
||||
],
|
||||
"name": "minecraft:diamond_chestplate"
|
||||
}
|
||||
],
|
||||
"rolls": 1.0
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
],
|
||||
"rolls": 1.0
|
||||
}
|
||||
],
|
||||
"random_sequence": "minecraft:equipment/trial_chamber"
|
||||
}
|
||||
57
data/minecraft/loot_table/equipment/trial_chamber_melee.json
Normal file
57
data/minecraft/loot_table/equipment/trial_chamber_melee.json
Normal file
@@ -0,0 +1,57 @@
|
||||
{
|
||||
"type": "minecraft:equipment",
|
||||
"pools": [
|
||||
{
|
||||
"bonus_rolls": 0.0,
|
||||
"entries": [
|
||||
{
|
||||
"type": "minecraft:loot_table",
|
||||
"value": "minecraft:equipment/trial_chamber"
|
||||
}
|
||||
],
|
||||
"rolls": 1.0
|
||||
},
|
||||
{
|
||||
"bonus_rolls": 0.0,
|
||||
"entries": [
|
||||
{
|
||||
"type": "minecraft:item",
|
||||
"name": "minecraft:iron_sword",
|
||||
"weight": 4
|
||||
},
|
||||
{
|
||||
"type": "minecraft:item",
|
||||
"functions": [
|
||||
{
|
||||
"add": false,
|
||||
"enchantments": {
|
||||
"minecraft:sharpness": 1.0
|
||||
},
|
||||
"function": "minecraft:set_enchantments"
|
||||
}
|
||||
],
|
||||
"name": "minecraft:iron_sword"
|
||||
},
|
||||
{
|
||||
"type": "minecraft:item",
|
||||
"functions": [
|
||||
{
|
||||
"add": false,
|
||||
"enchantments": {
|
||||
"minecraft:knockback": 1.0
|
||||
},
|
||||
"function": "minecraft:set_enchantments"
|
||||
}
|
||||
],
|
||||
"name": "minecraft:iron_sword"
|
||||
},
|
||||
{
|
||||
"type": "minecraft:item",
|
||||
"name": "minecraft:diamond_sword"
|
||||
}
|
||||
],
|
||||
"rolls": 1.0
|
||||
}
|
||||
],
|
||||
"random_sequence": "minecraft:equipment/trial_chamber_melee"
|
||||
}
|
||||
@@ -0,0 +1,53 @@
|
||||
{
|
||||
"type": "minecraft:equipment",
|
||||
"pools": [
|
||||
{
|
||||
"bonus_rolls": 0.0,
|
||||
"entries": [
|
||||
{
|
||||
"type": "minecraft:loot_table",
|
||||
"value": "minecraft:equipment/trial_chamber"
|
||||
}
|
||||
],
|
||||
"rolls": 1.0
|
||||
},
|
||||
{
|
||||
"bonus_rolls": 0.0,
|
||||
"entries": [
|
||||
{
|
||||
"type": "minecraft:item",
|
||||
"name": "minecraft:bow",
|
||||
"weight": 2
|
||||
},
|
||||
{
|
||||
"type": "minecraft:item",
|
||||
"functions": [
|
||||
{
|
||||
"add": false,
|
||||
"enchantments": {
|
||||
"minecraft:power": 1.0
|
||||
},
|
||||
"function": "minecraft:set_enchantments"
|
||||
}
|
||||
],
|
||||
"name": "minecraft:bow"
|
||||
},
|
||||
{
|
||||
"type": "minecraft:item",
|
||||
"functions": [
|
||||
{
|
||||
"add": false,
|
||||
"enchantments": {
|
||||
"minecraft:punch": 1.0
|
||||
},
|
||||
"function": "minecraft:set_enchantments"
|
||||
}
|
||||
],
|
||||
"name": "minecraft:bow"
|
||||
}
|
||||
],
|
||||
"rolls": 1.0
|
||||
}
|
||||
],
|
||||
"random_sequence": "minecraft:equipment/trial_chamber_ranged"
|
||||
}
|
||||
Reference in New Issue
Block a user