You've already forked minecraft-assets
Create/Update assets for version 1.16.5
This commit is contained in:
@@ -24,32 +24,31 @@
|
||||
"conditions": {
|
||||
"effects": {
|
||||
"minecraft:speed": {},
|
||||
"minecraft:hero_of_the_village": {},
|
||||
"minecraft:dolphins_grace": {},
|
||||
"minecraft:water_breathing": {},
|
||||
"minecraft:night_vision": {},
|
||||
"minecraft:glowing": {},
|
||||
"minecraft:nausea": {},
|
||||
"minecraft:regeneration": {},
|
||||
"minecraft:haste": {},
|
||||
"minecraft:jump_boost": {},
|
||||
"minecraft:levitation": {},
|
||||
"minecraft:slow_falling": {},
|
||||
"minecraft:weakness": {},
|
||||
"minecraft:saturation": {},
|
||||
"minecraft:fire_resistance": {},
|
||||
"minecraft:absorption": {},
|
||||
"minecraft:bad_omen": {},
|
||||
"minecraft:mining_fatigue": {},
|
||||
"minecraft:poison": {},
|
||||
"minecraft:blindness": {},
|
||||
"minecraft:resistance": {},
|
||||
"minecraft:wither": {},
|
||||
"minecraft:slowness": {},
|
||||
"minecraft:hunger": {},
|
||||
"minecraft:strength": {},
|
||||
"minecraft:jump_boost": {},
|
||||
"minecraft:regeneration": {},
|
||||
"minecraft:fire_resistance": {},
|
||||
"minecraft:water_breathing": {},
|
||||
"minecraft:invisibility": {},
|
||||
"minecraft:night_vision": {},
|
||||
"minecraft:weakness": {},
|
||||
"minecraft:poison": {},
|
||||
"minecraft:wither": {},
|
||||
"minecraft:haste": {},
|
||||
"minecraft:mining_fatigue": {},
|
||||
"minecraft:levitation": {},
|
||||
"minecraft:glowing": {},
|
||||
"minecraft:absorption": {},
|
||||
"minecraft:hunger": {},
|
||||
"minecraft:nausea": {},
|
||||
"minecraft:resistance": {},
|
||||
"minecraft:slow_falling": {},
|
||||
"minecraft:conduit_power": {},
|
||||
"minecraft:invisibility": {}
|
||||
"minecraft:dolphins_grace": {},
|
||||
"minecraft:blindness": {},
|
||||
"minecraft:bad_omen": {},
|
||||
"minecraft:hero_of_the_village": {}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -24,18 +24,18 @@
|
||||
"conditions": {
|
||||
"effects": {
|
||||
"minecraft:speed": {},
|
||||
"minecraft:water_breathing": {},
|
||||
"minecraft:night_vision": {},
|
||||
"minecraft:poison": {},
|
||||
"minecraft:regeneration": {},
|
||||
"minecraft:resistance": {},
|
||||
"minecraft:jump_boost": {},
|
||||
"minecraft:slowness": {},
|
||||
"minecraft:strength": {},
|
||||
"minecraft:slow_falling": {},
|
||||
"minecraft:weakness": {},
|
||||
"minecraft:jump_boost": {},
|
||||
"minecraft:regeneration": {},
|
||||
"minecraft:fire_resistance": {},
|
||||
"minecraft:water_breathing": {},
|
||||
"minecraft:invisibility": {},
|
||||
"minecraft:fire_resistance": {}
|
||||
"minecraft:night_vision": {},
|
||||
"minecraft:weakness": {},
|
||||
"minecraft:poison": {},
|
||||
"minecraft:slow_falling": {},
|
||||
"minecraft:resistance": {}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -0,0 +1,41 @@
|
||||
{
|
||||
"parent": "minecraft:nether/obtain_crying_obsidian",
|
||||
"display": {
|
||||
"icon": {
|
||||
"item": "minecraft:respawn_anchor"
|
||||
},
|
||||
"title": {
|
||||
"translate": "advancements.nether.charge_respawn_anchor.title"
|
||||
},
|
||||
"description": {
|
||||
"translate": "advancements.nether.charge_respawn_anchor.description"
|
||||
},
|
||||
"frame": "task",
|
||||
"show_toast": true,
|
||||
"announce_to_chat": true,
|
||||
"hidden": false
|
||||
},
|
||||
"criteria": {
|
||||
"charge_respawn_anchor": {
|
||||
"trigger": "minecraft:item_used_on_block",
|
||||
"conditions": {
|
||||
"location": {
|
||||
"block": {
|
||||
"block": "minecraft:respawn_anchor",
|
||||
"state": {
|
||||
"charges": "4"
|
||||
}
|
||||
}
|
||||
},
|
||||
"item": {
|
||||
"item": "minecraft:glowstone"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"requirements": [
|
||||
[
|
||||
"charge_respawn_anchor"
|
||||
]
|
||||
]
|
||||
}
|
||||
182
data/minecraft/advancements/nether/distract_piglin.json
Normal file
182
data/minecraft/advancements/nether/distract_piglin.json
Normal file
@@ -0,0 +1,182 @@
|
||||
{
|
||||
"parent": "minecraft:nether/root",
|
||||
"display": {
|
||||
"icon": {
|
||||
"item": "minecraft:gold_ingot"
|
||||
},
|
||||
"title": {
|
||||
"translate": "advancements.nether.distract_piglin.title"
|
||||
},
|
||||
"description": {
|
||||
"translate": "advancements.nether.distract_piglin.description"
|
||||
},
|
||||
"frame": "task",
|
||||
"show_toast": true,
|
||||
"announce_to_chat": true,
|
||||
"hidden": false
|
||||
},
|
||||
"criteria": {
|
||||
"distract_piglin": {
|
||||
"trigger": "minecraft:thrown_item_picked_up_by_entity",
|
||||
"conditions": {
|
||||
"player": [
|
||||
{
|
||||
"condition": "minecraft:inverted",
|
||||
"term": {
|
||||
"condition": "minecraft:entity_properties",
|
||||
"predicate": {
|
||||
"equipment": {
|
||||
"head": {
|
||||
"item": "minecraft:golden_helmet"
|
||||
}
|
||||
}
|
||||
},
|
||||
"entity": "this"
|
||||
}
|
||||
},
|
||||
{
|
||||
"condition": "minecraft:inverted",
|
||||
"term": {
|
||||
"condition": "minecraft:entity_properties",
|
||||
"predicate": {
|
||||
"equipment": {
|
||||
"chest": {
|
||||
"item": "minecraft:golden_chestplate"
|
||||
}
|
||||
}
|
||||
},
|
||||
"entity": "this"
|
||||
}
|
||||
},
|
||||
{
|
||||
"condition": "minecraft:inverted",
|
||||
"term": {
|
||||
"condition": "minecraft:entity_properties",
|
||||
"predicate": {
|
||||
"equipment": {
|
||||
"legs": {
|
||||
"item": "minecraft:golden_leggings"
|
||||
}
|
||||
}
|
||||
},
|
||||
"entity": "this"
|
||||
}
|
||||
},
|
||||
{
|
||||
"condition": "minecraft:inverted",
|
||||
"term": {
|
||||
"condition": "minecraft:entity_properties",
|
||||
"predicate": {
|
||||
"equipment": {
|
||||
"feet": {
|
||||
"item": "minecraft:golden_boots"
|
||||
}
|
||||
}
|
||||
},
|
||||
"entity": "this"
|
||||
}
|
||||
}
|
||||
],
|
||||
"item": {
|
||||
"tag": "minecraft:piglin_loved"
|
||||
},
|
||||
"entity": [
|
||||
{
|
||||
"condition": "minecraft:entity_properties",
|
||||
"predicate": {
|
||||
"type": "minecraft:piglin",
|
||||
"flags": {
|
||||
"is_baby": false
|
||||
}
|
||||
},
|
||||
"entity": "this"
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
"distract_piglin_directly": {
|
||||
"trigger": "minecraft:player_interacted_with_entity",
|
||||
"conditions": {
|
||||
"player": [
|
||||
{
|
||||
"condition": "minecraft:inverted",
|
||||
"term": {
|
||||
"condition": "minecraft:entity_properties",
|
||||
"predicate": {
|
||||
"equipment": {
|
||||
"head": {
|
||||
"item": "minecraft:golden_helmet"
|
||||
}
|
||||
}
|
||||
},
|
||||
"entity": "this"
|
||||
}
|
||||
},
|
||||
{
|
||||
"condition": "minecraft:inverted",
|
||||
"term": {
|
||||
"condition": "minecraft:entity_properties",
|
||||
"predicate": {
|
||||
"equipment": {
|
||||
"chest": {
|
||||
"item": "minecraft:golden_chestplate"
|
||||
}
|
||||
}
|
||||
},
|
||||
"entity": "this"
|
||||
}
|
||||
},
|
||||
{
|
||||
"condition": "minecraft:inverted",
|
||||
"term": {
|
||||
"condition": "minecraft:entity_properties",
|
||||
"predicate": {
|
||||
"equipment": {
|
||||
"legs": {
|
||||
"item": "minecraft:golden_leggings"
|
||||
}
|
||||
}
|
||||
},
|
||||
"entity": "this"
|
||||
}
|
||||
},
|
||||
{
|
||||
"condition": "minecraft:inverted",
|
||||
"term": {
|
||||
"condition": "minecraft:entity_properties",
|
||||
"predicate": {
|
||||
"equipment": {
|
||||
"feet": {
|
||||
"item": "minecraft:golden_boots"
|
||||
}
|
||||
}
|
||||
},
|
||||
"entity": "this"
|
||||
}
|
||||
}
|
||||
],
|
||||
"item": {
|
||||
"item": "minecraft:gold_ingot"
|
||||
},
|
||||
"entity": [
|
||||
{
|
||||
"condition": "minecraft:entity_properties",
|
||||
"predicate": {
|
||||
"type": "minecraft:piglin",
|
||||
"flags": {
|
||||
"is_baby": false
|
||||
}
|
||||
},
|
||||
"entity": "this"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
},
|
||||
"requirements": [
|
||||
[
|
||||
"distract_piglin",
|
||||
"distract_piglin_directly"
|
||||
]
|
||||
]
|
||||
}
|
||||
81
data/minecraft/advancements/nether/explore_nether.json
Normal file
81
data/minecraft/advancements/nether/explore_nether.json
Normal file
@@ -0,0 +1,81 @@
|
||||
{
|
||||
"parent": "minecraft:nether/ride_strider",
|
||||
"display": {
|
||||
"icon": {
|
||||
"item": "minecraft:netherite_boots",
|
||||
"nbt": "{Damage:0}"
|
||||
},
|
||||
"title": {
|
||||
"translate": "advancements.nether.explore_nether.title"
|
||||
},
|
||||
"description": {
|
||||
"translate": "advancements.nether.explore_nether.description"
|
||||
},
|
||||
"frame": "challenge",
|
||||
"show_toast": true,
|
||||
"announce_to_chat": true,
|
||||
"hidden": false
|
||||
},
|
||||
"rewards": {
|
||||
"experience": 500
|
||||
},
|
||||
"criteria": {
|
||||
"minecraft:nether_wastes": {
|
||||
"trigger": "minecraft:location",
|
||||
"conditions": {
|
||||
"location": {
|
||||
"biome": "minecraft:nether_wastes"
|
||||
}
|
||||
}
|
||||
},
|
||||
"minecraft:soul_sand_valley": {
|
||||
"trigger": "minecraft:location",
|
||||
"conditions": {
|
||||
"location": {
|
||||
"biome": "minecraft:soul_sand_valley"
|
||||
}
|
||||
}
|
||||
},
|
||||
"minecraft:warped_forest": {
|
||||
"trigger": "minecraft:location",
|
||||
"conditions": {
|
||||
"location": {
|
||||
"biome": "minecraft:warped_forest"
|
||||
}
|
||||
}
|
||||
},
|
||||
"minecraft:crimson_forest": {
|
||||
"trigger": "minecraft:location",
|
||||
"conditions": {
|
||||
"location": {
|
||||
"biome": "minecraft:crimson_forest"
|
||||
}
|
||||
}
|
||||
},
|
||||
"minecraft:basalt_deltas": {
|
||||
"trigger": "minecraft:location",
|
||||
"conditions": {
|
||||
"location": {
|
||||
"biome": "minecraft:basalt_deltas"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"requirements": [
|
||||
[
|
||||
"minecraft:nether_wastes"
|
||||
],
|
||||
[
|
||||
"minecraft:soul_sand_valley"
|
||||
],
|
||||
[
|
||||
"minecraft:warped_forest"
|
||||
],
|
||||
[
|
||||
"minecraft:crimson_forest"
|
||||
],
|
||||
[
|
||||
"minecraft:basalt_deltas"
|
||||
]
|
||||
]
|
||||
}
|
||||
33
data/minecraft/advancements/nether/find_bastion.json
Normal file
33
data/minecraft/advancements/nether/find_bastion.json
Normal file
@@ -0,0 +1,33 @@
|
||||
{
|
||||
"parent": "minecraft:nether/root",
|
||||
"display": {
|
||||
"icon": {
|
||||
"item": "minecraft:polished_blackstone_bricks"
|
||||
},
|
||||
"title": {
|
||||
"translate": "advancements.nether.find_bastion.title"
|
||||
},
|
||||
"description": {
|
||||
"translate": "advancements.nether.find_bastion.description"
|
||||
},
|
||||
"frame": "task",
|
||||
"show_toast": true,
|
||||
"announce_to_chat": true,
|
||||
"hidden": false
|
||||
},
|
||||
"criteria": {
|
||||
"bastion": {
|
||||
"trigger": "minecraft:location",
|
||||
"conditions": {
|
||||
"location": {
|
||||
"feature": "bastion_remnant"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"requirements": [
|
||||
[
|
||||
"bastion"
|
||||
]
|
||||
]
|
||||
}
|
||||
@@ -19,7 +19,9 @@
|
||||
"fortress": {
|
||||
"trigger": "minecraft:location",
|
||||
"conditions": {
|
||||
"feature": "fortress"
|
||||
"location": {
|
||||
"feature": "fortress"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
|
||||
52
data/minecraft/advancements/nether/loot_bastion.json
Normal file
52
data/minecraft/advancements/nether/loot_bastion.json
Normal file
@@ -0,0 +1,52 @@
|
||||
{
|
||||
"parent": "minecraft:nether/find_bastion",
|
||||
"display": {
|
||||
"icon": {
|
||||
"item": "minecraft:chest"
|
||||
},
|
||||
"title": {
|
||||
"translate": "advancements.nether.loot_bastion.title"
|
||||
},
|
||||
"description": {
|
||||
"translate": "advancements.nether.loot_bastion.description"
|
||||
},
|
||||
"frame": "task",
|
||||
"show_toast": true,
|
||||
"announce_to_chat": true,
|
||||
"hidden": false
|
||||
},
|
||||
"criteria": {
|
||||
"loot_bastion_other": {
|
||||
"trigger": "minecraft:player_generates_container_loot",
|
||||
"conditions": {
|
||||
"loot_table": "minecraft:chests/bastion_other"
|
||||
}
|
||||
},
|
||||
"loot_bastion_treasure": {
|
||||
"trigger": "minecraft:player_generates_container_loot",
|
||||
"conditions": {
|
||||
"loot_table": "minecraft:chests/bastion_treasure"
|
||||
}
|
||||
},
|
||||
"loot_bastion_hoglin_stable": {
|
||||
"trigger": "minecraft:player_generates_container_loot",
|
||||
"conditions": {
|
||||
"loot_table": "minecraft:chests/bastion_hoglin_stable"
|
||||
}
|
||||
},
|
||||
"loot_bastion_bridge": {
|
||||
"trigger": "minecraft:player_generates_container_loot",
|
||||
"conditions": {
|
||||
"loot_table": "minecraft:chests/bastion_bridge"
|
||||
}
|
||||
}
|
||||
},
|
||||
"requirements": [
|
||||
[
|
||||
"loot_bastion_other",
|
||||
"loot_bastion_treasure",
|
||||
"loot_bastion_hoglin_stable",
|
||||
"loot_bastion_bridge"
|
||||
]
|
||||
]
|
||||
}
|
||||
48
data/minecraft/advancements/nether/netherite_armor.json
Normal file
48
data/minecraft/advancements/nether/netherite_armor.json
Normal file
@@ -0,0 +1,48 @@
|
||||
{
|
||||
"parent": "minecraft:nether/obtain_ancient_debris",
|
||||
"display": {
|
||||
"icon": {
|
||||
"item": "minecraft:netherite_chestplate",
|
||||
"nbt": "{Damage:0}"
|
||||
},
|
||||
"title": {
|
||||
"translate": "advancements.nether.netherite_armor.title"
|
||||
},
|
||||
"description": {
|
||||
"translate": "advancements.nether.netherite_armor.description"
|
||||
},
|
||||
"frame": "challenge",
|
||||
"show_toast": true,
|
||||
"announce_to_chat": true,
|
||||
"hidden": false
|
||||
},
|
||||
"rewards": {
|
||||
"experience": 100
|
||||
},
|
||||
"criteria": {
|
||||
"netherite_armor": {
|
||||
"trigger": "minecraft:inventory_changed",
|
||||
"conditions": {
|
||||
"items": [
|
||||
{
|
||||
"item": "minecraft:netherite_helmet"
|
||||
},
|
||||
{
|
||||
"item": "minecraft:netherite_chestplate"
|
||||
},
|
||||
{
|
||||
"item": "minecraft:netherite_leggings"
|
||||
},
|
||||
{
|
||||
"item": "minecraft:netherite_boots"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
},
|
||||
"requirements": [
|
||||
[
|
||||
"netherite_armor"
|
||||
]
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,35 @@
|
||||
{
|
||||
"parent": "minecraft:nether/root",
|
||||
"display": {
|
||||
"icon": {
|
||||
"item": "minecraft:ancient_debris"
|
||||
},
|
||||
"title": {
|
||||
"translate": "advancements.nether.obtain_ancient_debris.title"
|
||||
},
|
||||
"description": {
|
||||
"translate": "advancements.nether.obtain_ancient_debris.description"
|
||||
},
|
||||
"frame": "task",
|
||||
"show_toast": true,
|
||||
"announce_to_chat": true,
|
||||
"hidden": false
|
||||
},
|
||||
"criteria": {
|
||||
"ancient_debris": {
|
||||
"trigger": "minecraft:inventory_changed",
|
||||
"conditions": {
|
||||
"items": [
|
||||
{
|
||||
"item": "minecraft:ancient_debris"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
},
|
||||
"requirements": [
|
||||
[
|
||||
"ancient_debris"
|
||||
]
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,35 @@
|
||||
{
|
||||
"parent": "minecraft:nether/root",
|
||||
"display": {
|
||||
"icon": {
|
||||
"item": "minecraft:crying_obsidian"
|
||||
},
|
||||
"title": {
|
||||
"translate": "advancements.nether.obtain_crying_obsidian.title"
|
||||
},
|
||||
"description": {
|
||||
"translate": "advancements.nether.obtain_crying_obsidian.description"
|
||||
},
|
||||
"frame": "task",
|
||||
"show_toast": true,
|
||||
"announce_to_chat": true,
|
||||
"hidden": false
|
||||
},
|
||||
"criteria": {
|
||||
"crying_obsidian": {
|
||||
"trigger": "minecraft:inventory_changed",
|
||||
"conditions": {
|
||||
"items": [
|
||||
{
|
||||
"item": "minecraft:crying_obsidian"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
},
|
||||
"requirements": [
|
||||
[
|
||||
"crying_obsidian"
|
||||
]
|
||||
]
|
||||
}
|
||||
@@ -22,9 +22,15 @@
|
||||
"killed_ghast": {
|
||||
"trigger": "minecraft:player_killed_entity",
|
||||
"conditions": {
|
||||
"entity": {
|
||||
"type": "minecraft:ghast"
|
||||
},
|
||||
"entity": [
|
||||
{
|
||||
"condition": "minecraft:entity_properties",
|
||||
"predicate": {
|
||||
"type": "minecraft:ghast"
|
||||
},
|
||||
"entity": "this"
|
||||
}
|
||||
],
|
||||
"killing_blow": {
|
||||
"is_projectile": true,
|
||||
"direct_entity": {
|
||||
|
||||
45
data/minecraft/advancements/nether/ride_strider.json
Normal file
45
data/minecraft/advancements/nether/ride_strider.json
Normal file
@@ -0,0 +1,45 @@
|
||||
{
|
||||
"parent": "minecraft:nether/root",
|
||||
"display": {
|
||||
"icon": {
|
||||
"item": "minecraft:warped_fungus_on_a_stick",
|
||||
"nbt": "{Damage:0}"
|
||||
},
|
||||
"title": {
|
||||
"translate": "advancements.nether.ride_strider.title"
|
||||
},
|
||||
"description": {
|
||||
"translate": "advancements.nether.ride_strider.description"
|
||||
},
|
||||
"frame": "task",
|
||||
"show_toast": true,
|
||||
"announce_to_chat": true,
|
||||
"hidden": false
|
||||
},
|
||||
"criteria": {
|
||||
"used_warped_fungus_on_a_stick": {
|
||||
"trigger": "minecraft:item_durability_changed",
|
||||
"conditions": {
|
||||
"player": [
|
||||
{
|
||||
"condition": "minecraft:entity_properties",
|
||||
"predicate": {
|
||||
"vehicle": {
|
||||
"type": "minecraft:strider"
|
||||
}
|
||||
},
|
||||
"entity": "this"
|
||||
}
|
||||
],
|
||||
"item": {
|
||||
"item": "minecraft:warped_fungus_on_a_stick"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"requirements": [
|
||||
[
|
||||
"used_warped_fungus_on_a_stick"
|
||||
]
|
||||
]
|
||||
}
|
||||
@@ -19,9 +19,15 @@
|
||||
"summoned": {
|
||||
"trigger": "minecraft:summoned_entity",
|
||||
"conditions": {
|
||||
"entity": {
|
||||
"type": "minecraft:wither"
|
||||
}
|
||||
"entity": [
|
||||
{
|
||||
"condition": "minecraft:entity_properties",
|
||||
"predicate": {
|
||||
"type": "minecraft:wither"
|
||||
},
|
||||
"entity": "this"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
},
|
||||
|
||||
@@ -22,12 +22,18 @@
|
||||
"killed_ghast": {
|
||||
"trigger": "minecraft:player_killed_entity",
|
||||
"conditions": {
|
||||
"entity": {
|
||||
"type": "minecraft:ghast",
|
||||
"location": {
|
||||
"dimension": "minecraft:overworld"
|
||||
"entity": [
|
||||
{
|
||||
"condition": "minecraft:entity_properties",
|
||||
"predicate": {
|
||||
"type": "minecraft:ghast",
|
||||
"location": {
|
||||
"dimension": "minecraft:overworld"
|
||||
}
|
||||
},
|
||||
"entity": "this"
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
},
|
||||
|
||||
38
data/minecraft/advancements/nether/use_lodestone.json
Normal file
38
data/minecraft/advancements/nether/use_lodestone.json
Normal file
@@ -0,0 +1,38 @@
|
||||
{
|
||||
"parent": "minecraft:nether/obtain_ancient_debris",
|
||||
"display": {
|
||||
"icon": {
|
||||
"item": "minecraft:lodestone"
|
||||
},
|
||||
"title": {
|
||||
"translate": "advancements.nether.use_lodestone.title"
|
||||
},
|
||||
"description": {
|
||||
"translate": "advancements.nether.use_lodestone.description"
|
||||
},
|
||||
"frame": "task",
|
||||
"show_toast": true,
|
||||
"announce_to_chat": true,
|
||||
"hidden": false
|
||||
},
|
||||
"criteria": {
|
||||
"use_lodestone": {
|
||||
"trigger": "minecraft:item_used_on_block",
|
||||
"conditions": {
|
||||
"location": {
|
||||
"block": {
|
||||
"block": "minecraft:lodestone"
|
||||
}
|
||||
},
|
||||
"item": {
|
||||
"item": "minecraft:compass"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"requirements": [
|
||||
[
|
||||
"use_lodestone"
|
||||
]
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user