Skip to content

Commit

Permalink
OITC: renamed items
Browse files Browse the repository at this point in the history
  • Loading branch information
VForiel committed Dec 10, 2023
1 parent 6dc7a5d commit 14b93e7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion minigames/data/one_in_the_chamber/loot_tables/arrow.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"functions": [
{
"function": "minecraft:set_nbt",
"tag": "{display:{Name:'{\"text\":\"Your only hope\",\"color\":\"red\",\"bold\":true,\"italic\":true,\"underlined\":false,\"strikethrough\":false,\"obfuscated\":false}',Lore:['{\"text\":\"This is your only arrow, aim well.\"}']}}"
"tag": "{display:{Name:'{\"text\":\"The Last Arrow\",\"color\":\"red\",\"bold\":true,\"italic\":true,\"underlined\":false,\"strikethrough\":false,\"obfuscated\":false}',Lore:['{\"text\":\"This is your only arrow, aim well.\"}']}}"
}
]
}
Expand Down
2 changes: 1 addition & 1 deletion minigames/data/one_in_the_chamber/loot_tables/bow.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"functions": [
{
"function": "minecraft:set_nbt",
"tag": "{display:{Name:'{\"text\":\"One in the chamber\",\"color\":\"red\",\"bold\":true,\"italic\":true,\"underlined\":false,\"strikethrough\":false,\"obfuscated\":false}',Lore:['{\"text\":\"Use this crossbow to one-shot your opponents\"}']},HideFlags:1,Enchantments:[{id:\"minecraft:unbreaking\",lvl:127s},{id:\"minecraft:power\",lvl:127s}]}"
"tag": "{display:{Name:'{\"text\":\"The Mighty Bow\",\"color\":\"red\",\"bold\":true,\"italic\":true,\"underlined\":false,\"strikethrough\":false,\"obfuscated\":false}',Lore:['{\"text\":\"Use this crossbow to one-shot your opponents\"}']},HideFlags:1,Enchantments:[{id:\"minecraft:unbreaking\",lvl:127s},{id:\"minecraft:power\",lvl:127s}]}"
}
]
}
Expand Down
2 changes: 1 addition & 1 deletion minigames/data/one_in_the_chamber/loot_tables/sword.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"functions": [
{
"function": "minecraft:set_nbt",
"tag": "{display:{Name:'{\"text\":\"For when you are fucked...\",\"color\":\"red\",\"bold\":true,\"italic\":true,\"underlined\":false,\"strikethrough\":false,\"obfuscated\":false}',Lore:['{\"text\":\"This is your chance to kill enemies without arrow...\\\\nThere is a knockback but it deals more damage\\\\nthan your hand so it\\'s up to you to decide what\\\\ndesesperate weapon you want to use.\"}']},HideFlags:1,Unbreakable:1b,Enchantments:[{id:\"minecraft:knockback\",lvl:1s},{id:\"minecraft:sharpness\",lvl:1s}]}"
"tag": "{display:{Name:'{\"text\":\"The Sword of Despair\",\"color\":\"red\",\"bold\":true,\"italic\":true,\"underlined\":false,\"strikethrough\":false,\"obfuscated\":false}',Lore:['{\"text\":\"This is your chance to kill enemies without arrow...\\\\nThere is a knockback but it deals more damage\\\\nthan your hand so it\\'s up to you to decide what\\\\ndesesperate weapon you want to use.\"}']},HideFlags:1,Unbreakable:1b,Enchantments:[{id:\"minecraft:knockback\",lvl:1s},{id:\"minecraft:sharpness\",lvl:1s}]}"
}
]
}
Expand Down

0 comments on commit 14b93e7

Please sign in to comment.