mirror of
				https://github.com/SquidDev-CC/CC-Tweaked
				synced 2025-10-30 21:23:00 +00:00 
			
		
		
		
	Re-run datagen
- Remove some unused translation keys. - Run tools/language.py to sort the current translations and remove the aforementioned unused keys. - Update turtle tool impostor recipes - these now include the tool NBT!
This commit is contained in:
		| @@ -41,9 +41,6 @@ | ||||
|   "commands.computercraft.help.synopsis": "Provide help for a specific command", | ||||
|   "commands.computercraft.queue.desc": "Send a computer_command event to a command computer, passing through the additional arguments. This is mostly designed for map makers, acting as a more computer-friendly version of /trigger. Any player can run the command, which would most likely be done through a text component's click event.", | ||||
|   "commands.computercraft.queue.synopsis": "Send a computer_command event to a command computer", | ||||
|   "commands.computercraft.reload.desc": "Reload the ComputerCraft config file", | ||||
|   "commands.computercraft.reload.done": "Reloaded config", | ||||
|   "commands.computercraft.reload.synopsis": "Reload the ComputerCraft config file", | ||||
|   "commands.computercraft.shutdown.desc": "Shutdown the listed computers or all if none are specified. You can specify the computer's instance id (e.g. 123), computer id (e.g #123) or label (e.g. \"@My Computer\").", | ||||
|   "commands.computercraft.shutdown.done": "Shutdown %s/%s computers", | ||||
|   "commands.computercraft.shutdown.synopsis": "Shutdown computers remotely.", | ||||
|   | ||||
| @@ -4,6 +4,9 @@ | ||||
|   "group": "computercraft:turtle_advanced", | ||||
|   "key": {"#": {"item": "minecraft:diamond_axe"}, "T": {"item": "computercraft:turtle_advanced"}}, | ||||
|   "pattern": ["#T"], | ||||
|   "result": {"item": "computercraft:turtle_advanced", "nbt": "{RightUpgrade:\"minecraft:diamond_axe\"}"}, | ||||
|   "result": { | ||||
|     "item": "computercraft:turtle_advanced", | ||||
|     "nbt": "{RightUpgrade:\"minecraft:diamond_axe\",RightUpgradeNbt:{Tag:{Damage:0}}}" | ||||
|   }, | ||||
|   "show_notification": true | ||||
| } | ||||
|   | ||||
| @@ -4,6 +4,9 @@ | ||||
|   "group": "computercraft:turtle_advanced", | ||||
|   "key": {"#": {"item": "minecraft:diamond_hoe"}, "T": {"item": "computercraft:turtle_advanced"}}, | ||||
|   "pattern": ["#T"], | ||||
|   "result": {"item": "computercraft:turtle_advanced", "nbt": "{RightUpgrade:\"minecraft:diamond_hoe\"}"}, | ||||
|   "result": { | ||||
|     "item": "computercraft:turtle_advanced", | ||||
|     "nbt": "{RightUpgrade:\"minecraft:diamond_hoe\",RightUpgradeNbt:{Tag:{Damage:0}}}" | ||||
|   }, | ||||
|   "show_notification": true | ||||
| } | ||||
|   | ||||
| @@ -4,6 +4,9 @@ | ||||
|   "group": "computercraft:turtle_advanced", | ||||
|   "key": {"#": {"item": "minecraft:diamond_pickaxe"}, "T": {"item": "computercraft:turtle_advanced"}}, | ||||
|   "pattern": ["#T"], | ||||
|   "result": {"item": "computercraft:turtle_advanced", "nbt": "{RightUpgrade:\"minecraft:diamond_pickaxe\"}"}, | ||||
|   "result": { | ||||
|     "item": "computercraft:turtle_advanced", | ||||
|     "nbt": "{RightUpgrade:\"minecraft:diamond_pickaxe\",RightUpgradeNbt:{Tag:{Damage:0}}}" | ||||
|   }, | ||||
|   "show_notification": true | ||||
| } | ||||
|   | ||||
| @@ -4,6 +4,9 @@ | ||||
|   "group": "computercraft:turtle_advanced", | ||||
|   "key": {"#": {"item": "minecraft:diamond_shovel"}, "T": {"item": "computercraft:turtle_advanced"}}, | ||||
|   "pattern": ["#T"], | ||||
|   "result": {"item": "computercraft:turtle_advanced", "nbt": "{RightUpgrade:\"minecraft:diamond_shovel\"}"}, | ||||
|   "result": { | ||||
|     "item": "computercraft:turtle_advanced", | ||||
|     "nbt": "{RightUpgrade:\"minecraft:diamond_shovel\",RightUpgradeNbt:{Tag:{Damage:0}}}" | ||||
|   }, | ||||
|   "show_notification": true | ||||
| } | ||||
|   | ||||
| @@ -4,6 +4,9 @@ | ||||
|   "group": "computercraft:turtle_advanced", | ||||
|   "key": {"#": {"item": "minecraft:diamond_sword"}, "T": {"item": "computercraft:turtle_advanced"}}, | ||||
|   "pattern": ["#T"], | ||||
|   "result": {"item": "computercraft:turtle_advanced", "nbt": "{RightUpgrade:\"minecraft:diamond_sword\"}"}, | ||||
|   "result": { | ||||
|     "item": "computercraft:turtle_advanced", | ||||
|     "nbt": "{RightUpgrade:\"minecraft:diamond_sword\",RightUpgradeNbt:{Tag:{Damage:0}}}" | ||||
|   }, | ||||
|   "show_notification": true | ||||
| } | ||||
|   | ||||
| @@ -4,6 +4,9 @@ | ||||
|   "group": "computercraft:turtle_normal", | ||||
|   "key": {"#": {"item": "minecraft:diamond_axe"}, "T": {"item": "computercraft:turtle_normal"}}, | ||||
|   "pattern": ["#T"], | ||||
|   "result": {"item": "computercraft:turtle_normal", "nbt": "{RightUpgrade:\"minecraft:diamond_axe\"}"}, | ||||
|   "result": { | ||||
|     "item": "computercraft:turtle_normal", | ||||
|     "nbt": "{RightUpgrade:\"minecraft:diamond_axe\",RightUpgradeNbt:{Tag:{Damage:0}}}" | ||||
|   }, | ||||
|   "show_notification": true | ||||
| } | ||||
|   | ||||
| @@ -4,6 +4,9 @@ | ||||
|   "group": "computercraft:turtle_normal", | ||||
|   "key": {"#": {"item": "minecraft:diamond_hoe"}, "T": {"item": "computercraft:turtle_normal"}}, | ||||
|   "pattern": ["#T"], | ||||
|   "result": {"item": "computercraft:turtle_normal", "nbt": "{RightUpgrade:\"minecraft:diamond_hoe\"}"}, | ||||
|   "result": { | ||||
|     "item": "computercraft:turtle_normal", | ||||
|     "nbt": "{RightUpgrade:\"minecraft:diamond_hoe\",RightUpgradeNbt:{Tag:{Damage:0}}}" | ||||
|   }, | ||||
|   "show_notification": true | ||||
| } | ||||
|   | ||||
| @@ -4,6 +4,9 @@ | ||||
|   "group": "computercraft:turtle_normal", | ||||
|   "key": {"#": {"item": "minecraft:diamond_pickaxe"}, "T": {"item": "computercraft:turtle_normal"}}, | ||||
|   "pattern": ["#T"], | ||||
|   "result": {"item": "computercraft:turtle_normal", "nbt": "{RightUpgrade:\"minecraft:diamond_pickaxe\"}"}, | ||||
|   "result": { | ||||
|     "item": "computercraft:turtle_normal", | ||||
|     "nbt": "{RightUpgrade:\"minecraft:diamond_pickaxe\",RightUpgradeNbt:{Tag:{Damage:0}}}" | ||||
|   }, | ||||
|   "show_notification": true | ||||
| } | ||||
|   | ||||
| @@ -4,6 +4,9 @@ | ||||
|   "group": "computercraft:turtle_normal", | ||||
|   "key": {"#": {"item": "minecraft:diamond_shovel"}, "T": {"item": "computercraft:turtle_normal"}}, | ||||
|   "pattern": ["#T"], | ||||
|   "result": {"item": "computercraft:turtle_normal", "nbt": "{RightUpgrade:\"minecraft:diamond_shovel\"}"}, | ||||
|   "result": { | ||||
|     "item": "computercraft:turtle_normal", | ||||
|     "nbt": "{RightUpgrade:\"minecraft:diamond_shovel\",RightUpgradeNbt:{Tag:{Damage:0}}}" | ||||
|   }, | ||||
|   "show_notification": true | ||||
| } | ||||
|   | ||||
| @@ -4,6 +4,9 @@ | ||||
|   "group": "computercraft:turtle_normal", | ||||
|   "key": {"#": {"item": "minecraft:diamond_sword"}, "T": {"item": "computercraft:turtle_normal"}}, | ||||
|   "pattern": ["#T"], | ||||
|   "result": {"item": "computercraft:turtle_normal", "nbt": "{RightUpgrade:\"minecraft:diamond_sword\"}"}, | ||||
|   "result": { | ||||
|     "item": "computercraft:turtle_normal", | ||||
|     "nbt": "{RightUpgrade:\"minecraft:diamond_sword\",RightUpgradeNbt:{Tag:{Damage:0}}}" | ||||
|   }, | ||||
|   "show_notification": true | ||||
| } | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Jonathan Coates
					Jonathan Coates