Add last few bits and pieces for the initial release #4

Merged
BlakeRain merged 8 commits from BlakeRain/utamacraft:main into main 2023-11-26 14:07:49 +00:00
4 changed files with 11 additions and 0 deletions
Showing only changes of commit 0c736f2a06 - Show all commits

View File

@ -11,6 +11,9 @@ public class ModItems {
public static final DeferredRegister<Item> ITEMS =
DeferredRegister.create(ForgeRegistries.ITEMS, Utamacraft.MOD_ID);
public static final RegistryObject<Item> LOGO = ITEMS.register("utamacraft_logo",
() -> new Item(new Item.Properties()));
public static void register(IEventBus eventBus) {
ITEMS.register(eventBus);
}

View File

@ -1,4 +1,6 @@
{
"item.utamacraft.utamacraft_logo": "Utamacraft",
"itemGroup.utamacraft_tab": "Utamacraft",
"block.utamacraft.ethereal_glass": "Ethereal Glass",
"tooltip.utamacraft.ethereal_glass": "Glass that is not solid to players"
}

View File

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

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.5 KiB