Skip to content

Commit

Permalink
Fix tooltip amount
Browse files Browse the repository at this point in the history
  • Loading branch information
UnRealDinnerbone committed Oct 26, 2023
1 parent 9e83d4d commit c0c1953
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion data/lt/functions/milestones/grant/five.mcfunction
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
collectible give @s ltminigames:disguise{display:{Name:'{"translate":"item.ltminigames.disguise.entity","with":[{"translate":"lt.milestone.colcojo"}]}',Lore:['{"translate":"lt.milestone.item_lore","with":[{"text":"5000","color":"gold","bold":false,"italic":false}]}']},donation_goal:true,disguise:{entity:{type:"dummyplayers:dummy_player",tag:{ProfileID: [I; -1505211345, -855292401, -2116995351, 764383134], NoBasePlate:true,ShowArms:1,ArmorItems:[{},{},{},{id:"ltminigames:mob_hat",Count:1b,tag:{entity: {type: "tropicraft:failgull"}}}],HandItems:[{id:"minecraft:cookie",Count:1b},{id:"minecraft:cookie",Count:1b}],Pose:{LeftArm:[0f,261f,268f],RightArm:[0f,0f,91f]}}}}}
collectible give @s ltminigames:disguise{display:{Name:'{"translate":"item.ltminigames.disguise.entity","with":[{"translate":"lt.milestone.colcojo"}]}',Lore:['{"translate":"lt.milestone.item_lore","with":[{"text":"25000","color":"gold","bold":false,"italic":false}]}']},donation_goal:true,disguise:{entity:{type:"dummyplayers:dummy_player",tag:{ProfileID: [I; -1505211345, -855292401, -2116995351, 764383134], NoBasePlate:true,ShowArms:1,ArmorItems:[{},{},{},{id:"ltminigames:mob_hat",Count:1b,tag:{entity: {type: "tropicraft:failgull"}}}],HandItems:[{id:"minecraft:cookie",Count:1b},{id:"minecraft:cookie",Count:1b}],Pose:{LeftArm:[0f,261f,268f],RightArm:[0f,0f,91f]}}}}}
tellraw @s {"text":"[","color":"gray","extra":[{"translate":"lt.milestone.milestone","color":"gold"},{"text":"] ","color":"gray"},{"translate":"lt.milestone.unlocked_message","with":[{"translate":"lt.milestone.colcojo"}]}]}
tag @s add collectibles.granted-five
scoreboard players add Collectible5 main.stats 1
2 changes: 1 addition & 1 deletion data/lt/functions/milestones/grant/four.mcfunction
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
collectible give @s ltminigames:disguise{display:{Lore:['{"translate":"lt.milestone.item_lore","with":[{"text":"5000","color":"gold","bold":false,"italic":false}]}']},donation_goal:true,disguise:{entity:{type:"tropicraft:turtle"}}}
collectible give @s ltminigames:disguise{display:{Lore:['{"translate":"lt.milestone.item_lore","with":[{"text":"20000","color":"gold","bold":false,"italic":false}]}']},donation_goal:true,disguise:{entity:{type:"tropicraft:turtle"}}}
tellraw @s {"text":"[","color":"gray","extra":[{"translate":"lt.milestone.milestone","color":"gold"},{"text":"] ","color":"gray"},{"translate":"lt.milestone.unlocked_message","with":[{"translate":"entity.tropicraft.turtle"}]}]}
tag @s add collectibles.granted-four
scoreboard players add Collectible4 main.stats 1
2 changes: 1 addition & 1 deletion data/lt/functions/milestones/grant/three.mcfunction
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
collectible give @s ltminigames:disguise{display:{Lore:['{"translate":"lt.milestone.item_lore","with":[{"text":"5000","color":"gold","bold":false,"italic":false}]}']},donation_goal:true,disguise:{entity:{type:"tropicraft:spider_monkey"}}}
collectible give @s ltminigames:disguise{display:{Lore:['{"translate":"lt.milestone.item_lore","with":[{"text":"15000","color":"gold","bold":false,"italic":false}]}']},donation_goal:true,disguise:{entity:{type:"tropicraft:spider_monkey"}}}
tellraw @s {"text":"[","color":"gray","extra":[{"translate":"lt.milestone.milestone","color":"gold"},{"text":"] ","color":"gray"},{"translate":"lt.milestone.unlocked_message","with":[{"translate":"entity.tropicraft.spider_monkey"}]}]}
tag @s add collectibles.granted-three
scoreboard players add Collectible3 main.stats 1
Expand Down
2 changes: 1 addition & 1 deletion data/lt/functions/milestones/grant/two.mcfunction
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
collectible give @s ltminigames:disguise{display:{Lore:['{"translate":"lt.milestone.item_lore","with":[{"text":"5000","color":"gold","bold":false,"italic":false}]}']},donation_goal:true,disguise:{entity:{type:"tropicraft:tropicreeper"}}}
collectible give @s ltminigames:disguise{display:{Lore:['{"translate":"lt.milestone.item_lore","with":[{"text":"10000","color":"gold","bold":false,"italic":false}]}']},donation_goal:true,disguise:{entity:{type:"tropicraft:tropicreeper"}}}
tellraw @s {"text":"[","color":"gray","extra":[{"translate":"lt.milestone.milestone","color":"gold"},{"text":"] ","color":"gray"},{"translate":"lt.milestone.unlocked_message","with":[{"translate":"entity.tropicraft.tropicreeper"}]}]}
tag @s add collectibles.granted-two
scoreboard players add Collectible2 main.stats 1

0 comments on commit c0c1953

Please sign in to comment.