From 897df326e5104236d49aab77cd1c239d777c6b2d Mon Sep 17 00:00:00 2001 From: nimsolated Date: Fri, 13 Mar 2026 22:23:46 -0700 Subject: [PATCH] HOTFIX 1.4.1 --- nims_random_bullshit.mcreator | 6 +++--- .../resources/assets/nims_random_bullshit/lang/en_us.json | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/nims_random_bullshit.mcreator b/nims_random_bullshit.mcreator index 86cc61b..a800a26 100644 --- a/nims_random_bullshit.mcreator +++ b/nims_random_bullshit.mcreator @@ -1933,11 +1933,11 @@ "tab_element_order": {}, "language_map": { "en_us": { - "item.nims_random_bullshit.star_wand": "Star Wand", "gui.nims_random_bullshit.mailbox_name_entry_gui.button_done": "Done", + "item.nims_random_bullshit.star_wand": "Star Wand", "gui.nims_random_bullshit.ore_miner_gui.button_mine": "Mine", - "item.nims_random_bullshit.magic_dust": "Magic Dust", "block.nims_random_bullshit.penta_condensed_netherrack": "Penta-condensed Netherrack", + "item.nims_random_bullshit.magic_dust": "Magic Dust", "enchantment.nims_random_bullshit.passive_income_enchantment": "Passive Income", "gui.nims_random_bullshit.label_copy_machine_gui.button_copy": "Copy", "gui.nims_random_bullshit.mailbox_gui.outbox_x_coord": "0", @@ -1945,8 +1945,8 @@ "block.nims_random_bullshit.label_copy_machine": "Label Copy Machine", "effect.nims_random_bullshit.summoned_entity_effect": "Summoned Entity", "gui.nims_random_bullshit.mailbox_name_entry_gui.mailbox_name_field": "", - "item.nims_random_bullshit.shipping_label": "Shipping Label", "item.nims_random_bullshit.ghoul_spawn_egg": "Ghoul Spawn Egg", + "item.nims_random_bullshit.shipping_label": "Shipping Label", "gui.nims_random_bullshit.mailbox_gui.label_y": "Y:", "gui.nims_random_bullshit.mailbox_gui.label_z": "Z:", "item.nims_random_bullshit.tux_spawn_egg": "Tux Spawn Egg", diff --git a/src/main/resources/assets/nims_random_bullshit/lang/en_us.json b/src/main/resources/assets/nims_random_bullshit/lang/en_us.json index 64cbbd7..4f933d2 100644 --- a/src/main/resources/assets/nims_random_bullshit/lang/en_us.json +++ b/src/main/resources/assets/nims_random_bullshit/lang/en_us.json @@ -1,9 +1,9 @@ { - "item.nims_random_bullshit.star_wand": "Star Wand", "gui.nims_random_bullshit.mailbox_name_entry_gui.button_done": "Done", + "item.nims_random_bullshit.star_wand": "Star Wand", "gui.nims_random_bullshit.ore_miner_gui.button_mine": "Mine", - "item.nims_random_bullshit.magic_dust": "Magic Dust", "block.nims_random_bullshit.penta_condensed_netherrack": "Penta-condensed Netherrack", + "item.nims_random_bullshit.magic_dust": "Magic Dust", "enchantment.nims_random_bullshit.passive_income_enchantment": "Passive Income", "gui.nims_random_bullshit.label_copy_machine_gui.button_copy": "Copy", "gui.nims_random_bullshit.mailbox_gui.outbox_x_coord": "0", @@ -11,8 +11,8 @@ "block.nims_random_bullshit.label_copy_machine": "Label Copy Machine", "effect.nims_random_bullshit.summoned_entity_effect": "Summoned Entity", "gui.nims_random_bullshit.mailbox_name_entry_gui.mailbox_name_field": "", - "item.nims_random_bullshit.shipping_label": "Shipping Label", "item.nims_random_bullshit.ghoul_spawn_egg": "Ghoul Spawn Egg", + "item.nims_random_bullshit.shipping_label": "Shipping Label", "gui.nims_random_bullshit.mailbox_gui.label_y": "Y:", "gui.nims_random_bullshit.mailbox_gui.label_z": "Z:", "item.nims_random_bullshit.tux_spawn_egg": "Tux Spawn Egg",