Updated Rarity of Hammer
All checks were successful
Draft Release / deploy-prod (push) Successful in 5s
All checks were successful
Draft Release / deploy-prod (push) Successful in 5s
Updated custom_name to item_name
This commit is contained in:
parent
56570f452c
commit
4f37178857
@ -1 +1 @@
|
||||
give @s minecraft:iron_pickaxe[minecraft:custom_name={"text":"Hammer","color":"aqua"},minecraft:custom_model_data={strings:["lzstools:hammer"]},minecraft:custom_data={"lzstools":["hammer"]},minecraft:max_damage=1800]
|
||||
give @s minecraft:iron_pickaxe[minecraft:item_name={"text":"Hammer","color":"light_purple"},minecraft:custom_model_data={strings:["lzstools:hammer"]},minecraft:custom_data={"lzstools":["hammer"]},minecraft:max_damage=1800]
|
@ -1 +1 @@
|
||||
give @s minecraft:carrot_on_a_stick[minecraft:custom_name={"text":"Diamond Trowel","color":"aqua"},minecraft:custom_model_data={strings:["lzstools:trowel_diamond"]},minecraft:custom_data={"lzstools":["trowel","trowel_diamond"]}]
|
||||
give @s minecraft:carrot_on_a_stick[minecraft:item_name={"text":"Diamond Trowel","color":"aqua"},minecraft:custom_model_data={strings:["lzstools:trowel_diamond"]},minecraft:custom_data={"lzstools":["trowel","trowel_diamond"]}]
|
@ -1 +1 @@
|
||||
give @s minecraft:carrot_on_a_stick[minecraft:custom_name={"text":"Iron Trowel","color":"aqua"},minecraft:custom_model_data={strings:["lzstools:trowel_iron"]},minecraft:custom_data={"lzstools":["trowel","trowel_iron"]}]
|
||||
give @s minecraft:carrot_on_a_stick[minecraft:item_name={"text":"Iron Trowel","color":"aqua"},minecraft:custom_model_data={strings:["lzstools:trowel_iron"]},minecraft:custom_data={"lzstools":["trowel","trowel_iron"]}]
|
@ -1 +1 @@
|
||||
give @s minecraft:carrot_on_a_stick[minecraft:custom_name={"text":"Rotator Wrench","color":"aqua"},minecraft:lore=["Default"],minecraft:custom_model_data={strings:["lzstools:wrench_default"]},minecraft:custom_data={"lzstools":["wrench"]},minecraft:unbreakable={},minecraft:enchantment_glint_override=false,minecraft:tooltip_display={hidden_components:["minecraft:unbreakable"]}]
|
||||
give @s minecraft:carrot_on_a_stick[minecraft:item_name={"text":"Rotator Wrench","color":"aqua"},minecraft:lore=["Default"],minecraft:custom_model_data={strings:["lzstools:wrench_default"]},minecraft:custom_data={"lzstools":["wrench"]},minecraft:unbreakable={},minecraft:enchantment_glint_override=false,minecraft:tooltip_display={hidden_components:["minecraft:unbreakable"]}]
|
@ -16,9 +16,9 @@
|
||||
"count": 1,
|
||||
"components": {
|
||||
"minecraft:max_damage": 1800,
|
||||
"minecraft:custom_name": {
|
||||
"minecraft:item_name": {
|
||||
"text": "Hammer",
|
||||
"color": "aqua",
|
||||
"color": "light_purple",
|
||||
"italic": false
|
||||
},
|
||||
"minecraft:custom_model_data": {
|
||||
|
@ -15,7 +15,7 @@
|
||||
"count": 1,
|
||||
"components": {
|
||||
"minecraft:max_damage": 4500,
|
||||
"minecraft:custom_name": {
|
||||
"minecraft:item_name": {
|
||||
"text": "Diamond Trowel",
|
||||
"color": "aqua",
|
||||
"italic": false
|
||||
|
@ -15,7 +15,7 @@
|
||||
"count": 1,
|
||||
"components": {
|
||||
"minecraft:max_damage": 750,
|
||||
"minecraft:custom_name": {
|
||||
"minecraft:item_name": {
|
||||
"text": "Iron Trowel",
|
||||
"color": "aqua",
|
||||
"italic": false
|
||||
|
@ -15,7 +15,7 @@
|
||||
"id": "minecraft:carrot_on_a_stick",
|
||||
"count": 1,
|
||||
"components": {
|
||||
"minecraft:custom_name": {
|
||||
"minecraft:item_name": {
|
||||
"text": "Rotator Wrench",
|
||||
"color": "aqua",
|
||||
"italic": false
|
||||
|
Loading…
x
Reference in New Issue
Block a user