Updates to textures #38

Merged
BlakeRain merged 7 commits from Jah/utamacraft:main into main 2023-12-17 10:09:46 +00:00
14 changed files with 8 additions and 10 deletions
Showing only changes of commit 02a9436ffe - Show all commits

BIN
assets/tungsten.afdesign Normal file

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@ -17,8 +17,8 @@ public class ModItems {
ITEMS.register("player_peripheral", PlayerPeripheralItem::new); ITEMS.register("player_peripheral", PlayerPeripheralItem::new);
public static final RegistryObject<Item> TUNGSTEN_INGOT = public static final RegistryObject<Item> TUNGSTEN_INGOT =
ITEMS.register("tungsten_ingot", ModItems::simpleItem); ITEMS.register("tungsten_ingot", ModItems::simpleItem);
public static final RegistryObject<Item> RAW_TUNGSTEN = public static final RegistryObject<Item> TUNGSTEN_RAW =
ITEMS.register("raw_tungsten", ModItems::simpleItem); ITEMS.register("tungsten_raw", ModItems::simpleItem);
public static final RegistryObject<Item> FIBER_GLASS = public static final RegistryObject<Item> FIBER_GLASS =
ITEMS.register("fiber_glass", ModItems::simpleItem); ITEMS.register("fiber_glass", ModItems::simpleItem);
public static final RegistryObject<Item> PCB = public static final RegistryObject<Item> PCB =

View File

@ -3,7 +3,6 @@
"block.utamacraft.ethereal_glass": "Ethereal Glass", "block.utamacraft.ethereal_glass": "Ethereal Glass",
"block.utamacraft.ethereal_glass_tinted": "Tinted Ethereal Glass", "block.utamacraft.ethereal_glass_tinted": "Tinted Ethereal Glass",
"block.utamacraft.insolator": "Insolator", "block.utamacraft.insolator": "Insolator",
"block.utamacraft.tinted_ethereal_glass": "Tinted Ethereal Glass",
"block.utamacraft.tungsten_block": "Tungsten Block", "block.utamacraft.tungsten_block": "Tungsten Block",
"block.utamacraft.tungsten_ore": "Tungsten Ore", "block.utamacraft.tungsten_ore": "Tungsten Ore",
"block_entity.utamacraft.insolator": "Insolator", "block_entity.utamacraft.insolator": "Insolator",
@ -13,7 +12,7 @@
"item.utamacraft.insolator": "Insolator", "item.utamacraft.insolator": "Insolator",
"item.utamacraft.pcb": "Printed Circuit Board", "item.utamacraft.pcb": "Printed Circuit Board",
"item.utamacraft.player_peripheral": "Player peripheral", "item.utamacraft.player_peripheral": "Player peripheral",
"item.utamacraft.raw_tungsten": "Raw Tungsten", "item.utamacraft.tungsten_raw": "Raw Tungsten",
"item.utamacraft.tungsten_block": "Tungsten Block", "item.utamacraft.tungsten_block": "Tungsten Block",
"item.utamacraft.tungsten_ingot": "Tungsten Ingot", "item.utamacraft.tungsten_ingot": "Tungsten Ingot",
"item.utamacraft.utamacraft_logo": "Utamacraft", "item.utamacraft.utamacraft_logo": "Utamacraft",
@ -27,7 +26,6 @@
"tooltip.utamacraft.fluid.empty": "Empty", "tooltip.utamacraft.fluid.empty": "Empty",
"tooltip.utamacraft.fluid.amount": "%s mB", "tooltip.utamacraft.fluid.amount": "%s mB",
"tooltip.utamacraft.fluid.amount.with_capacity": "%s / %s mB", "tooltip.utamacraft.fluid.amount.with_capacity": "%s / %s mB",
"tooltip.utamacraft.tinted_ethereal_glass": "Glass that is not solid to players and blocks light",
"turtle.utamacraft.player_turtle": "Player", "turtle.utamacraft.player_turtle": "Player",
"gui.utamacraft.insolator.dump": "Dump", "gui.utamacraft.insolator.dump": "Dump",
"gui.utamacraft.insolator.dump.tooltip": "Dump the fluid contents of the Insolator", "gui.utamacraft.insolator.dump.tooltip": "Dump the fluid contents of the Insolator",

View File

@ -1,6 +1,6 @@
{ {
"parent": "item/generated", "parent": "item/generated",
"textures": { "textures": {
"layer0": "utamacraft:item/raw_tungsten" "layer0": "utamacraft:item/tungsten_raw"
} }
} }

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.2 KiB

After

Width:  |  Height:  |  Size: 920 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.4 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.1 KiB

After

Width:  |  Height:  |  Size: 2.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 KiB

View File

@ -48,7 +48,7 @@
"function": "minecraft:explosion_decay" "function": "minecraft:explosion_decay"
} }
], ],
"name": "utamacraft:raw_tungsten" "name": "utamacraft:tungsten_raw"
} }
] ]
} }

View File

@ -48,7 +48,7 @@
"function": "minecraft:explosion_decay" "function": "minecraft:explosion_decay"
} }
], ],
"name": "utamacraft:raw_tungsten" "name": "utamacraft:tungsten_raw"
} }
] ]
} }

View File

@ -4,7 +4,7 @@
"experience": 1.0, "experience": 1.0,
"group": "tungsten", "group": "tungsten",
"ingredient": { "ingredient": {
"item": "utamacraft:raw_tungsten" "item": "utamacraft:tungsten_raw"
}, },
"result": "utamacraft:tungsten_ingot" "result": "utamacraft:tungsten_ingot"
} }

View File

@ -4,7 +4,7 @@
"experience": 1.0, "experience": 1.0,
"group": "tungsten", "group": "tungsten",
"ingredient": { "ingredient": {
"item": "utamacraft:raw_tungsten" "item": "utamacraft:tungsten_raw"
}, },
"result": "utamacraft:tungsten_ingot" "result": "utamacraft:tungsten_ingot"
} }