add jam block

This commit is contained in:
zongor 2024-11-03 18:50:33 -05:00
parent 218e8fdaa6
commit f7c8c9746e
8 changed files with 24 additions and 0 deletions

View File

@ -0,0 +1,8 @@
package com.futhark.block;
import net.minecraft.block.Block;
public class ModBlocks extends Block {
public ModBlocks(Settings settings) {
super(settings);
}
}

View File

@ -0,0 +1,4 @@
package com.futhark.item;
public class ModItemGroups {
}

View File

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

View File

@ -0,0 +1,6 @@
{
"parent": "block/cube_all",
"textures": {
"all": "futhark:block/jaffa_jam_block"
}
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.6 KiB