Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- 1ST ONE
- {
- "display": {
- "icon": {
- "item": "minecraft:music_disc_pigstep"
- },
- "title": {"translate":"New Music!"},
- "description": {"translate":"Obtain the Pigstep music disc from a Bastion Remnant"},
- "frame": "goal"
- },
- "parent": "minecraft:nether/loot_bastion",
- "criteria": {
- "music_disc_pigstep": {
- "trigger": "minecraft:inventory_changed",
- "conditions": {
- "items": [
- {
- "item": "minecraft:music_disc_pigstep"
- }
- ]
- }
- }
- },
- "requirements": [
- [
- "music_disc_pigstep"
- ]
- ]
- }
- 2ND ONE
- {
- "display": {
- "icon": {
- "item": "minecraft:cake"
- },
- "title":"The Lie",
- "description":"Craft a cake!"
- },
- "parent": "minecraft:husbandry/plant_seed",
- "criteria": {
- "cake": {
- "trigger": "minecraft:inventory_changed",
- "conditions": {
- "items": [
- {
- "item": "minecraft:cake"
- }
- ]
- }
- }
- }
- }
- 3RD ONE
- {
- "display": {
- "icon": {
- "item": "minecraft:wither_rose"
- },
- "title": {"translate":"Black As Night"},
- "description": {"translate":"Collect some Wither Roses from the aftermath of a wither fight"}
- },
- "parent": "minecraft:nether/summon_wither",
- "criteria": {
- "wither_rose": {
- "trigger": "minecraft:inventory_changed",
- "conditions": {
- "items": [
- {
- "item": "minecraft:wither_rose"
- }
- ]
- }
- }
- }
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement