-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
7 changed files
with
38 additions
and
46 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
xp add @s -30 levels | ||
xp add @s -1395 points | ||
|
||
loot replace entity @s weapon.offhand loot experience_bottle:filled_experience_bottle |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
xp add @s -30 levels | ||
xp add @s -1395 points | ||
|
||
loot replace entity @s weapon.mainhand loot experience_bottle:filled_experience_bottle |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
68 changes: 30 additions & 38 deletions
68
data/experience_bottle/recipe/empty_experience_bottle.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,42 +1,34 @@ | ||
{ | ||
"type": "minecraft:crafting_shaped", | ||
"category": "equipment", | ||
"pattern": [ | ||
" # ", | ||
"#E#", | ||
" # " | ||
], | ||
"key": { | ||
"#": { | ||
"item": "minecraft:emerald_block" | ||
}, | ||
"E": { | ||
"item": "minecraft:experience_bottle" | ||
} | ||
}, | ||
"result": { | ||
"id": "minecraft:potion", | ||
"count": 1, | ||
"components": { | ||
"minecraft:custom_name": "{ | ||
'text':'Empty Experience Bottle', | ||
'italic':false, | ||
'color':'aqua' | ||
}", | ||
"minecraft:potion_contents": { | ||
"custom_color": 11776947, | ||
"custom_effects": [ | ||
{ | ||
"id": "minecraft:mining_fatigue", | ||
"amplifier": 19, | ||
"duration": 1, | ||
"show_particles": false, | ||
"show_icon": false, | ||
"ambient": false | ||
} | ||
] | ||
}, | ||
"minecraft:hide_additional_tooltip": {} | ||
"type": "minecraft:crafting_shaped", | ||
"category": "misc", | ||
"pattern": [ | ||
"###", | ||
"#X#", | ||
"###" | ||
], | ||
"key": { | ||
"#": "minecraft:emerald_block", | ||
"X": "minecraft:experience_bottle" | ||
}, | ||
"result": { | ||
"id": "minecraft:potion", | ||
"count": 1, | ||
"components": { | ||
"minecraft:custom_name": "{'color':'aqua','italic':false,'text':'Empty Experience Bottle'}", | ||
"minecraft:potion_contents": { | ||
"custom_color": 11776947, | ||
"custom_effects": [ | ||
{ | ||
"id": "minecraft:mining_fatigue", | ||
"amplifier": 19, | ||
"duration": 1, | ||
"show_particles": false, | ||
"show_icon": false, | ||
"ambient": false | ||
} | ||
] | ||
}, | ||
"hide_additional_tooltip": {} | ||
} | ||
} | ||
} |