added all wood variations of gobans

This commit is contained in:
Dani The Skunk 2022-10-22 06:12:51 +00:00
parent 30610e36b1
commit 6cb2205b18
59 changed files with 514 additions and 14 deletions

Binary file not shown.

View File

@ -9,8 +9,24 @@ import org.slf4j.LoggerFactory;
public class SkunkStuff implements ModInitializer {
public static final Logger LOGGER = LoggerFactory.getLogger("SkunkStuff");
public static final Block GOBAN_BLOCK =
Blocks.register().name("goban").build();
public static final Block OAK_GOBAN_BLOCK = Blocks.register().name(
"oak_goban").build();
public static final Block SPRUCE_GOBAN_BLOCK = Blocks.register().name(
"spruce_goban").build();
public static final Block BIRCH_GOBAN_BLOCK = Blocks.register().name(
"birch_goban").build();
public static final Block JUNGLE_GOBAN_BLOCK = Blocks.register().name(
"jungle_goban").build();
public static final Block ACACIA_GOBAN_BLOCK = Blocks.register().name(
"acacia_goban").build();
public static final Block DARK_OAK_GOBAN_BLOCK = Blocks.register().name(
"dark_oak_goban").build();
public static final Block WARPED_GOBAN_BLOCK = Blocks.register().name(
"warped_goban").build();
public static final Block CRIMSON_GOBAN_BLOCK = Blocks.register().name(
"crimson_goban").build();
public static final Block MANGROVE_GOBAN_BLOCK = Blocks.register().name(
"mangrove_goban").build();
@Override
public void onInitialize(ModContainer mod) {

View File

@ -0,0 +1,7 @@
{
"variants": {
"": {
"model": "skunkstuff:block/acacia_goban"
}
}
}

View File

@ -0,0 +1,7 @@
{
"variants": {
"": {
"model": "skunkstuff:block/birch_goban"
}
}
}

View File

@ -0,0 +1,7 @@
{
"variants": {
"": {
"model": "skunkstuff:block/crimson_goban"
}
}
}

View File

@ -0,0 +1,7 @@
{
"variants": {
"": {
"model": "skunkstuff:block/dark_oak_goban"
}
}
}

View File

@ -1,7 +0,0 @@
{
"variants": {
"": {
"model": "skunkstuff:block/goban"
}
}
}

View File

@ -0,0 +1,7 @@
{
"variants": {
"": {
"model": "skunkstuff:block/jungle_goban"
}
}
}

View File

@ -0,0 +1,7 @@
{
"variants": {
"": {
"model": "skunkstuff:block/mangrove_goban"
}
}
}

View File

@ -0,0 +1,7 @@
{
"variants": {
"": {
"model": "skunkstuff:block/oak_goban"
}
}
}

View File

@ -0,0 +1,7 @@
{
"variants": {
"": {
"model": "skunkstuff:block/spruce_goban"
}
}
}

View File

@ -0,0 +1,7 @@
{
"variants": {
"": {
"model": "skunkstuff:block/warped_goban"
}
}
}

View File

@ -0,0 +1,6 @@
{
"parent": "skunkstuff:block/goban",
"textures": {
"0": "skunkstuff:block/acacia_goban"
}
}

View File

@ -0,0 +1,6 @@
{
"parent": "skunkstuff:block/goban",
"textures": {
"0": "skunkstuff:block/birch_goban"
}
}

View File

@ -0,0 +1,6 @@
{
"parent": "skunkstuff:block/goban",
"textures": {
"0": "skunkstuff:block/crimson_goban"
}
}

View File

@ -0,0 +1,6 @@
{
"parent": "skunkstuff:block/goban",
"textures": {
"0": "skunkstuff:block/dark_oak_goban"
}
}

View File

@ -6,8 +6,7 @@
32
],
"textures": {
"0": "skunkstuff:block/goban",
"particle": "skunkstuff:block/goban"
"particle": "#0"
},
"elements": [
{

View File

@ -0,0 +1,6 @@
{
"parent": "skunkstuff:block/goban",
"textures": {
"0": "skunkstuff:block/jungle_goban"
}
}

View File

@ -0,0 +1,6 @@
{
"parent": "skunkstuff:block/goban",
"textures": {
"0": "skunkstuff:block/mangrove_goban"
}
}

View File

@ -0,0 +1,6 @@
{
"parent": "skunkstuff:block/goban",
"textures": {
"0": "skunkstuff:block/oak_goban"
}
}

View File

@ -0,0 +1,6 @@
{
"parent": "skunkstuff:block/goban",
"textures": {
"0": "skunkstuff:block/spruce_goban"
}
}

View File

@ -0,0 +1,6 @@
{
"parent": "skunkstuff:block/goban",
"textures": {
"0": "skunkstuff:block/warped_goban"
}
}

View File

@ -0,0 +1,3 @@
{
"parent": "skunkstuff:block/acacia_goban"
}

View File

@ -0,0 +1,3 @@
{
"parent": "skunkstuff:block/birch_goban"
}

View File

@ -0,0 +1,3 @@
{
"parent": "skunkstuff:block/crimson_goban"
}

View File

@ -0,0 +1,3 @@
{
"parent": "skunkstuff:block/dark_oak_goban"
}

View File

@ -1,3 +0,0 @@
{
"parent": "skunkstuff:block/goban"
}

View File

@ -0,0 +1,3 @@
{
"parent": "skunkstuff:block/jungle_goban"
}

View File

@ -0,0 +1,3 @@
{
"parent": "skunkstuff:block/mangrove_goban"
}

View File

@ -0,0 +1,3 @@
{
"parent": "skunkstuff:block/oak_goban"
}

View File

@ -0,0 +1,3 @@
{
"parent": "skunkstuff:block/spruce_goban"
}

View File

@ -0,0 +1,3 @@
{
"parent": "skunkstuff:block/warped_goban"
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 15 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 16 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 14 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 14 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 14 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 13 KiB

View File

Before

Width:  |  Height:  |  Size: 16 KiB

After

Width:  |  Height:  |  Size: 16 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 14 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 14 KiB

View File

@ -0,0 +1,20 @@
{
"type": "minecraft:block",
"pools": [
{
"bonus_rolls": 0.0,
"conditions": [
{
"condition": "minecraft:survives_explosion"
}
],
"entries": [
{
"type": "minecraft:item",
"name": "skunkstuff:acacia_goban"
}
],
"rolls": 1.0
}
]
}

View File

@ -0,0 +1,20 @@
{
"type": "minecraft:block",
"pools": [
{
"bonus_rolls": 0.0,
"conditions": [
{
"condition": "minecraft:survives_explosion"
}
],
"entries": [
{
"type": "minecraft:item",
"name": "skunkstuff:birch_goban"
}
],
"rolls": 1.0
}
]
}

View File

@ -0,0 +1,20 @@
{
"type": "minecraft:block",
"pools": [
{
"bonus_rolls": 0.0,
"conditions": [
{
"condition": "minecraft:survives_explosion"
}
],
"entries": [
{
"type": "minecraft:item",
"name": "skunkstuff:crimson_goban"
}
],
"rolls": 1.0
}
]
}

View File

@ -0,0 +1,20 @@
{
"type": "minecraft:block",
"pools": [
{
"bonus_rolls": 0.0,
"conditions": [
{
"condition": "minecraft:survives_explosion"
}
],
"entries": [
{
"type": "minecraft:item",
"name": "skunkstuff:dark_oak_goban"
}
],
"rolls": 1.0
}
]
}

View File

@ -0,0 +1,20 @@
{
"type": "minecraft:block",
"pools": [
{
"bonus_rolls": 0.0,
"conditions": [
{
"condition": "minecraft:survives_explosion"
}
],
"entries": [
{
"type": "minecraft:item",
"name": "skunkstuff:jungle_goban"
}
],
"rolls": 1.0
}
]
}

View File

@ -0,0 +1,20 @@
{
"type": "minecraft:block",
"pools": [
{
"bonus_rolls": 0.0,
"conditions": [
{
"condition": "minecraft:survives_explosion"
}
],
"entries": [
{
"type": "minecraft:item",
"name": "skunkstuff:mangrove_goban"
}
],
"rolls": 1.0
}
]
}

View File

@ -0,0 +1,20 @@
{
"type": "minecraft:block",
"pools": [
{
"bonus_rolls": 0.0,
"conditions": [
{
"condition": "minecraft:survives_explosion"
}
],
"entries": [
{
"type": "minecraft:item",
"name": "skunkstuff:oak_goban"
}
],
"rolls": 1.0
}
]
}

View File

@ -0,0 +1,20 @@
{
"type": "minecraft:block",
"pools": [
{
"bonus_rolls": 0.0,
"conditions": [
{
"condition": "minecraft:survives_explosion"
}
],
"entries": [
{
"type": "minecraft:item",
"name": "skunkstuff:spruce_goban"
}
],
"rolls": 1.0
}
]
}

View File

@ -0,0 +1,20 @@
{
"type": "minecraft:block",
"pools": [
{
"bonus_rolls": 0.0,
"conditions": [
{
"condition": "minecraft:survives_explosion"
}
],
"entries": [
{
"type": "minecraft:item",
"name": "skunkstuff:warped_goban"
}
],
"rolls": 1.0
}
]
}

View File

@ -0,0 +1,19 @@
{
"type": "minecraft:crafting_shaped",
"key": {
".": {
"item": "minecraft:acacia_button"
},
"#": {
"item": "minecraft:stripped_acacia_log"
}
},
"pattern": [
". .",
" # ",
". ."
],
"result": {
"item": "skunkstuff:acacia_goban"
}
}

View File

@ -0,0 +1,19 @@
{
"type": "minecraft:crafting_shaped",
"key": {
".": {
"item": "minecraft:birch_button"
},
"#": {
"item": "minecraft:stripped_birch_log"
}
},
"pattern": [
". .",
" # ",
". ."
],
"result": {
"item": "skunkstuff:birch_goban"
}
}

View File

@ -0,0 +1,19 @@
{
"type": "minecraft:crafting_shaped",
"key": {
".": {
"item": "minecraft:crimson_button"
},
"#": {
"item": "minecraft:stripped_crimson_stem"
}
},
"pattern": [
". .",
" # ",
". ."
],
"result": {
"item": "skunkstuff:crimson_goban"
}
}

View File

@ -0,0 +1,19 @@
{
"type": "minecraft:crafting_shaped",
"key": {
".": {
"item": "minecraft:dark_oak_button"
},
"#": {
"item": "minecraft:stripped_dark_oak_log"
}
},
"pattern": [
". .",
" # ",
". ."
],
"result": {
"item": "skunkstuff:dark_oak_goban"
}
}

View File

@ -0,0 +1,19 @@
{
"type": "minecraft:crafting_shaped",
"key": {
".": {
"item": "minecraft:jungle_button"
},
"#": {
"item": "minecraft:stripped_jungle_log"
}
},
"pattern": [
". .",
" # ",
". ."
],
"result": {
"item": "skunkstuff:jungle_goban"
}
}

View File

@ -0,0 +1,19 @@
{
"type": "minecraft:crafting_shaped",
"key": {
".": {
"item": "minecraft:mangrove_button"
},
"#": {
"item": "minecraft:stripped_mangrove_log"
}
},
"pattern": [
". .",
" # ",
". ."
],
"result": {
"item": "skunkstuff:mangrove_goban"
}
}

View File

@ -0,0 +1,19 @@
{
"type": "minecraft:crafting_shaped",
"key": {
".": {
"item": "minecraft:oak_button"
},
"#": {
"item": "minecraft:stripped_oak_log"
}
},
"pattern": [
". .",
" # ",
". ."
],
"result": {
"item": "skunkstuff:oak_goban"
}
}

View File

@ -0,0 +1,19 @@
{
"type": "minecraft:crafting_shaped",
"key": {
".": {
"item": "minecraft:spruce_button"
},
"#": {
"item": "minecraft:stripped_spruce_log"
}
},
"pattern": [
". .",
" # ",
". ."
],
"result": {
"item": "skunkstuff:spruce_goban"
}
}

View File

@ -0,0 +1,19 @@
{
"type": "minecraft:crafting_shaped",
"key": {
".": {
"item": "minecraft:warped_button"
},
"#": {
"item": "minecraft:stripped_warped_stem"
}
},
"pattern": [
". .",
" # ",
". ."
],
"result": {
"item": "skunkstuff:warped_goban"
}
}