Rearranged advancements
This commit is contained in:
commit
80fb6f02a7
7
data/accessories/accessories/entity/default.json
Normal file
7
data/accessories/accessories/entity/default.json
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
{
|
||||
"replace": true,
|
||||
"entities": [
|
||||
"#accessories:defaulted_targets"
|
||||
],
|
||||
"slots": []
|
||||
}
|
||||
7
data/curios/tags/items/belt.json
Normal file
7
data/curios/tags/items/belt.json
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
{
|
||||
"replace": false,
|
||||
"values": [],
|
||||
"remove": [
|
||||
"minecraft:spyglass"
|
||||
]
|
||||
}
|
||||
8
data/curios/tags/items/charm.json
Normal file
8
data/curios/tags/items/charm.json
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
{
|
||||
"replace": false,
|
||||
"values": [
|
||||
"minecraft:compass",
|
||||
"minecraft:clock",
|
||||
"minecraft:spyglass"
|
||||
]
|
||||
}
|
||||
12
data/mc_rebalance/curios/entities/entities.json
Normal file
12
data/mc_rebalance/curios/entities/entities.json
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
{
|
||||
"replace": true,
|
||||
"entities": [
|
||||
"minecraft:player",
|
||||
"minecraft:armor_stand"
|
||||
],
|
||||
"slots": [
|
||||
"back",
|
||||
"belt",
|
||||
"charm"
|
||||
]
|
||||
}
|
||||
3
data/mc_rebalance/curios/slots/charm.json
Normal file
3
data/mc_rebalance/curios/slots/charm.json
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
{
|
||||
"size": 3
|
||||
}
|
||||
51
data/minecraft/loot_tables/blocks/ancient_debris.json
Normal file
51
data/minecraft/loot_tables/blocks/ancient_debris.json
Normal file
|
|
@ -0,0 +1,51 @@
|
|||
{
|
||||
"type": "minecraft:block",
|
||||
"pools": [
|
||||
{
|
||||
"bonus_rolls": 0.0,
|
||||
"entries": [
|
||||
{
|
||||
"type": "minecraft:alternatives",
|
||||
"children": [
|
||||
{
|
||||
"type": "minecraft:item",
|
||||
"conditions": [
|
||||
{
|
||||
"condition": "minecraft:match_tool",
|
||||
"predicate": {
|
||||
"enchantments": [
|
||||
{
|
||||
"enchantment": "minecraft:silk_touch",
|
||||
"levels": {
|
||||
"min": 1
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
],
|
||||
"name": "minecraft:ancient_debris"
|
||||
},
|
||||
{
|
||||
"type": "minecraft:item",
|
||||
"functions": [
|
||||
{
|
||||
"enchantment": "minecraft:fortune",
|
||||
"formula": "minecraft:ore_drops",
|
||||
"function": "minecraft:apply_bonus"
|
||||
},
|
||||
{
|
||||
"function": "minecraft:explosion_decay"
|
||||
}
|
||||
],
|
||||
"name": "minecraft:netherite_scrap"
|
||||
}
|
||||
]
|
||||
}
|
||||
],
|
||||
"rolls": 1.0
|
||||
}
|
||||
],
|
||||
"random_sequence": "minecraft:blocks/ancient_debris"
|
||||
}
|
||||
|
||||
Loading…
Reference in a new issue