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);
public static final RegistryObject<Item> TUNGSTEN_INGOT =
ITEMS.register("tungsten_ingot", ModItems::simpleItem);
public static final RegistryObject<Item> RAW_TUNGSTEN =
ITEMS.register("raw_tungsten", ModItems::simpleItem);
public static final RegistryObject<Item> TUNGSTEN_RAW =
ITEMS.register("tungsten_raw", ModItems::simpleItem);
public static final RegistryObject<Item> FIBER_GLASS =
ITEMS.register("fiber_glass", ModItems::simpleItem);
public static final RegistryObject<Item> PCB =

View File

@ -3,7 +3,6 @@
"block.utamacraft.ethereal_glass": "Ethereal Glass",
"block.utamacraft.ethereal_glass_tinted": "Tinted Ethereal Glass",
"block.utamacraft.insolator": "Insolator",
"block.utamacraft.tinted_ethereal_glass": "Tinted Ethereal Glass",
"block.utamacraft.tungsten_block": "Tungsten Block",
"block.utamacraft.tungsten_ore": "Tungsten Ore",
"block_entity.utamacraft.insolator": "Insolator",
@ -13,7 +12,7 @@
"item.utamacraft.insolator": "Insolator",
"item.utamacraft.pcb": "Printed Circuit Board",
"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_ingot": "Tungsten Ingot",
"item.utamacraft.utamacraft_logo": "Utamacraft",
@ -27,7 +26,6 @@
"tooltip.utamacraft.fluid.empty": "Empty",
"tooltip.utamacraft.fluid.amount": "%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",
"gui.utamacraft.insolator.dump": "Dump",
"gui.utamacraft.insolator.dump.tooltip": "Dump the fluid contents of the Insolator",

View File

@ -1,6 +1,6 @@
{
"parent": "item/generated",
"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"
}
],
"name": "utamacraft:raw_tungsten"
"name": "utamacraft:tungsten_raw"
}
]
}

View File

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

View File

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

View File

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