translation & removed unused texture

This commit is contained in:
Jenny 2025-04-19 18:40:48 +02:00
parent abe16dc0d3
commit f1ca0a0628
Signed by: Jenny
GPG Key ID: 4A98012FB1C39311
3 changed files with 22 additions and 7 deletions

View File

@ -23,7 +23,7 @@ public class items {
// WANDS // WANDS
public static final RegistryObject<Item> WAND_HURTFUL = ITEMS.register("wand_hurtful", () -> new ProjectileWand(new Item.Properties(), entities.PROJECTILE_HURTFUL)); public static final RegistryObject<Item> WAND_HURTFUL = ITEMS.register("wand_hurtful", () -> new ProjectileWand(new Item.Properties(), entities.PROJECTILE_HURTFUL));
public static final RegistryObject<Item> WAND_HURTFUL_AOE = ITEMS.register("wand_hurtful_aoe", () -> new ProjectileWand(new Item.Properties(), entities.PROJECTILE_HURTFUL_AOE)); public static final RegistryObject<Item> WAND_HURTFUL_AOE = ITEMS.register("wand_hurtful_aoe", () -> new ProjectileWand(new Item.Properties(), entities.PROJECTILE_HURTFUL_AOE));
public static final RegistryObject<Item> WAND_VAUUM = ITEMS.register("wand_vacuum", () -> new WandVacuum(new Item.Properties())); public static final RegistryObject<Item> WAND_VACUUM = ITEMS.register("wand_vacuum", () -> new WandVacuum(new Item.Properties()));
public static final RegistryObject<Item> WAND_BOOST = ITEMS.register("wand_boost", () -> new WandBoost(new Item.Properties())); public static final RegistryObject<Item> WAND_BOOST = ITEMS.register("wand_boost", () -> new WandBoost(new Item.Properties()));
public static final RegistryObject<Item> WAND_PUSH = ITEMS.register("wand_push", () -> new WandPush(new Item.Properties())); public static final RegistryObject<Item> WAND_PUSH = ITEMS.register("wand_push", () -> new WandPush(new Item.Properties()));
// SCROLLS // SCROLLS

View File

@ -1,11 +1,26 @@
{ {
"item.magic.scroll_teleport": "Teleport scroll",
"item.magic.scroll_teleport_brittle": "Brittle teleport scroll",
"item.magic.scroll_teleport_random": "Random teleport scroll",
"item.magic.wand_hurtful": "Hurtful Wand", "item.magic.wand_hurtful": "Hurtful Wand",
"item.magic.wand_vacuum": "Vaccum Wand", "item.magic.wand_hurtful_aoe": "Advanced Hurtful Wand",
"tooltip.magic.scroll_teleport.unset": "No location set", "item.magic.wand_vacuum": "Vacuum Wand",
"tooltip.magic.scroll_teleport.set": "Teleports to: ", "item.magic.wand_boost": "Boost Wand",
"item.magic.wand_push": "Wand of Yeeting",
"item.magic.scroll_teleport": "Teleport Scroll",
"item.magic.scroll_teleport_brittle": "Brittle Teleport Scroll",
"item.magic.scroll_teleport_random": "Random Teleport Scroll",
"item.magic.scroll_teleport_biome_plains": "Biome Teleport Scroll",
"item.magic.scroll_health": "Healing Scroll",
"item.magic.scroll_repel": "Repelling Scroll",
"item.magic.scroll_bonemeal": "Nitrate-Rich Scroll",
"item.magic.amulet_repair": "Fixing Amulet",
"item.magic.amulet_breathing": "Oxygen Amulet",
"item.magic.amulet_nightvision": "Night Vision Amulet",
"item.magic.amulet_saturation": "Saturating Amulet",
"item.magic.amulet_suction": "Vacuuming Amulet",
"item.magic.amulet_bonemeal": "Bonemeal Amulet",
"item.magic.amulet_gold": "Golden Amulet",
"item.magic.amulet_immunity": "Vaccine Amulet",
"tooltip.magic.scroll_teleport.unset": "no location set",
"tooltip.magic.scroll_teleport.set": "teleports to: ",
"tooltip.magic.scroll_teleport_random": "Using it a second time teleports you back", "tooltip.magic.scroll_teleport_random": "Using it a second time teleports you back",
"tooltip.magic.scroll_teleport_random.back": "Will teleport you back to ", "tooltip.magic.scroll_teleport_random.back": "Will teleport you back to ",
"tooltip.magic.scroll_teleport_biome": "teleports you to the Biome ", "tooltip.magic.scroll_teleport_biome": "teleports you to the Biome ",

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.4 KiB