added all wood variations of gobans
|
@ -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) {
|
||||
|
|
|
@ -0,0 +1,7 @@
|
|||
{
|
||||
"variants": {
|
||||
"": {
|
||||
"model": "skunkstuff:block/acacia_goban"
|
||||
}
|
||||
}
|
||||
}
|
|
@ -0,0 +1,7 @@
|
|||
{
|
||||
"variants": {
|
||||
"": {
|
||||
"model": "skunkstuff:block/birch_goban"
|
||||
}
|
||||
}
|
||||
}
|
|
@ -0,0 +1,7 @@
|
|||
{
|
||||
"variants": {
|
||||
"": {
|
||||
"model": "skunkstuff:block/crimson_goban"
|
||||
}
|
||||
}
|
||||
}
|
|
@ -0,0 +1,7 @@
|
|||
{
|
||||
"variants": {
|
||||
"": {
|
||||
"model": "skunkstuff:block/dark_oak_goban"
|
||||
}
|
||||
}
|
||||
}
|
|
@ -1,7 +0,0 @@
|
|||
{
|
||||
"variants": {
|
||||
"": {
|
||||
"model": "skunkstuff:block/goban"
|
||||
}
|
||||
}
|
||||
}
|
|
@ -0,0 +1,7 @@
|
|||
{
|
||||
"variants": {
|
||||
"": {
|
||||
"model": "skunkstuff:block/jungle_goban"
|
||||
}
|
||||
}
|
||||
}
|
|
@ -0,0 +1,7 @@
|
|||
{
|
||||
"variants": {
|
||||
"": {
|
||||
"model": "skunkstuff:block/mangrove_goban"
|
||||
}
|
||||
}
|
||||
}
|
|
@ -0,0 +1,7 @@
|
|||
{
|
||||
"variants": {
|
||||
"": {
|
||||
"model": "skunkstuff:block/oak_goban"
|
||||
}
|
||||
}
|
||||
}
|
|
@ -0,0 +1,7 @@
|
|||
{
|
||||
"variants": {
|
||||
"": {
|
||||
"model": "skunkstuff:block/spruce_goban"
|
||||
}
|
||||
}
|
||||
}
|
|
@ -0,0 +1,7 @@
|
|||
{
|
||||
"variants": {
|
||||
"": {
|
||||
"model": "skunkstuff:block/warped_goban"
|
||||
}
|
||||
}
|
||||
}
|
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
"parent": "skunkstuff:block/goban",
|
||||
"textures": {
|
||||
"0": "skunkstuff:block/acacia_goban"
|
||||
}
|
||||
}
|
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
"parent": "skunkstuff:block/goban",
|
||||
"textures": {
|
||||
"0": "skunkstuff:block/birch_goban"
|
||||
}
|
||||
}
|
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
"parent": "skunkstuff:block/goban",
|
||||
"textures": {
|
||||
"0": "skunkstuff:block/crimson_goban"
|
||||
}
|
||||
}
|
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
"parent": "skunkstuff:block/goban",
|
||||
"textures": {
|
||||
"0": "skunkstuff:block/dark_oak_goban"
|
||||
}
|
||||
}
|
|
@ -6,8 +6,7 @@
|
|||
32
|
||||
],
|
||||
"textures": {
|
||||
"0": "skunkstuff:block/goban",
|
||||
"particle": "skunkstuff:block/goban"
|
||||
"particle": "#0"
|
||||
},
|
||||
"elements": [
|
||||
{
|
||||
|
|
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
"parent": "skunkstuff:block/goban",
|
||||
"textures": {
|
||||
"0": "skunkstuff:block/jungle_goban"
|
||||
}
|
||||
}
|
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
"parent": "skunkstuff:block/goban",
|
||||
"textures": {
|
||||
"0": "skunkstuff:block/mangrove_goban"
|
||||
}
|
||||
}
|
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
"parent": "skunkstuff:block/goban",
|
||||
"textures": {
|
||||
"0": "skunkstuff:block/oak_goban"
|
||||
}
|
||||
}
|
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
"parent": "skunkstuff:block/goban",
|
||||
"textures": {
|
||||
"0": "skunkstuff:block/spruce_goban"
|
||||
}
|
||||
}
|
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
"parent": "skunkstuff:block/goban",
|
||||
"textures": {
|
||||
"0": "skunkstuff:block/warped_goban"
|
||||
}
|
||||
}
|
|
@ -0,0 +1,3 @@
|
|||
{
|
||||
"parent": "skunkstuff:block/acacia_goban"
|
||||
}
|
|
@ -0,0 +1,3 @@
|
|||
{
|
||||
"parent": "skunkstuff:block/birch_goban"
|
||||
}
|
|
@ -0,0 +1,3 @@
|
|||
{
|
||||
"parent": "skunkstuff:block/crimson_goban"
|
||||
}
|
|
@ -0,0 +1,3 @@
|
|||
{
|
||||
"parent": "skunkstuff:block/dark_oak_goban"
|
||||
}
|
|
@ -1,3 +0,0 @@
|
|||
{
|
||||
"parent": "skunkstuff:block/goban"
|
||||
}
|
|
@ -0,0 +1,3 @@
|
|||
{
|
||||
"parent": "skunkstuff:block/jungle_goban"
|
||||
}
|
|
@ -0,0 +1,3 @@
|
|||
{
|
||||
"parent": "skunkstuff:block/mangrove_goban"
|
||||
}
|
|
@ -0,0 +1,3 @@
|
|||
{
|
||||
"parent": "skunkstuff:block/oak_goban"
|
||||
}
|
|
@ -0,0 +1,3 @@
|
|||
{
|
||||
"parent": "skunkstuff:block/spruce_goban"
|
||||
}
|
|
@ -0,0 +1,3 @@
|
|||
{
|
||||
"parent": "skunkstuff:block/warped_goban"
|
||||
}
|
After Width: | Height: | Size: 15 KiB |
After Width: | Height: | Size: 16 KiB |
After Width: | Height: | Size: 14 KiB |
After Width: | Height: | Size: 14 KiB |
After Width: | Height: | Size: 14 KiB |
After Width: | Height: | Size: 13 KiB |
Before Width: | Height: | Size: 16 KiB After Width: | Height: | Size: 16 KiB |
After Width: | Height: | Size: 14 KiB |
After Width: | Height: | Size: 14 KiB |
|
@ -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
|
||||
}
|
||||
]
|
||||
}
|
|
@ -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
|
||||
}
|
||||
]
|
||||
}
|
|
@ -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
|
||||
}
|
||||
]
|
||||
}
|
|
@ -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
|
||||
}
|
||||
]
|
||||
}
|
|
@ -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
|
||||
}
|
||||
]
|
||||
}
|
|
@ -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
|
||||
}
|
||||
]
|
||||
}
|
|
@ -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
|
||||
}
|
||||
]
|
||||
}
|
|
@ -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
|
||||
}
|
||||
]
|
||||
}
|
|
@ -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
|
||||
}
|
||||
]
|
||||
}
|
|
@ -0,0 +1,19 @@
|
|||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"key": {
|
||||
".": {
|
||||
"item": "minecraft:acacia_button"
|
||||
},
|
||||
"#": {
|
||||
"item": "minecraft:stripped_acacia_log"
|
||||
}
|
||||
},
|
||||
"pattern": [
|
||||
". .",
|
||||
" # ",
|
||||
". ."
|
||||
],
|
||||
"result": {
|
||||
"item": "skunkstuff:acacia_goban"
|
||||
}
|
||||
}
|
|
@ -0,0 +1,19 @@
|
|||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"key": {
|
||||
".": {
|
||||
"item": "minecraft:birch_button"
|
||||
},
|
||||
"#": {
|
||||
"item": "minecraft:stripped_birch_log"
|
||||
}
|
||||
},
|
||||
"pattern": [
|
||||
". .",
|
||||
" # ",
|
||||
". ."
|
||||
],
|
||||
"result": {
|
||||
"item": "skunkstuff:birch_goban"
|
||||
}
|
||||
}
|
|
@ -0,0 +1,19 @@
|
|||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"key": {
|
||||
".": {
|
||||
"item": "minecraft:crimson_button"
|
||||
},
|
||||
"#": {
|
||||
"item": "minecraft:stripped_crimson_stem"
|
||||
}
|
||||
},
|
||||
"pattern": [
|
||||
". .",
|
||||
" # ",
|
||||
". ."
|
||||
],
|
||||
"result": {
|
||||
"item": "skunkstuff:crimson_goban"
|
||||
}
|
||||
}
|
|
@ -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"
|
||||
}
|
||||
}
|
|
@ -0,0 +1,19 @@
|
|||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"key": {
|
||||
".": {
|
||||
"item": "minecraft:jungle_button"
|
||||
},
|
||||
"#": {
|
||||
"item": "minecraft:stripped_jungle_log"
|
||||
}
|
||||
},
|
||||
"pattern": [
|
||||
". .",
|
||||
" # ",
|
||||
". ."
|
||||
],
|
||||
"result": {
|
||||
"item": "skunkstuff:jungle_goban"
|
||||
}
|
||||
}
|
|
@ -0,0 +1,19 @@
|
|||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"key": {
|
||||
".": {
|
||||
"item": "minecraft:mangrove_button"
|
||||
},
|
||||
"#": {
|
||||
"item": "minecraft:stripped_mangrove_log"
|
||||
}
|
||||
},
|
||||
"pattern": [
|
||||
". .",
|
||||
" # ",
|
||||
". ."
|
||||
],
|
||||
"result": {
|
||||
"item": "skunkstuff:mangrove_goban"
|
||||
}
|
||||
}
|
|
@ -0,0 +1,19 @@
|
|||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"key": {
|
||||
".": {
|
||||
"item": "minecraft:oak_button"
|
||||
},
|
||||
"#": {
|
||||
"item": "minecraft:stripped_oak_log"
|
||||
}
|
||||
},
|
||||
"pattern": [
|
||||
". .",
|
||||
" # ",
|
||||
". ."
|
||||
],
|
||||
"result": {
|
||||
"item": "skunkstuff:oak_goban"
|
||||
}
|
||||
}
|
|
@ -0,0 +1,19 @@
|
|||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"key": {
|
||||
".": {
|
||||
"item": "minecraft:spruce_button"
|
||||
},
|
||||
"#": {
|
||||
"item": "minecraft:stripped_spruce_log"
|
||||
}
|
||||
},
|
||||
"pattern": [
|
||||
". .",
|
||||
" # ",
|
||||
". ."
|
||||
],
|
||||
"result": {
|
||||
"item": "skunkstuff:spruce_goban"
|
||||
}
|
||||
}
|
|
@ -0,0 +1,19 @@
|
|||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"key": {
|
||||
".": {
|
||||
"item": "minecraft:warped_button"
|
||||
},
|
||||
"#": {
|
||||
"item": "minecraft:stripped_warped_stem"
|
||||
}
|
||||
},
|
||||
"pattern": [
|
||||
". .",
|
||||
" # ",
|
||||
". ."
|
||||
],
|
||||
"result": {
|
||||
"item": "skunkstuff:warped_goban"
|
||||
}
|
||||
}
|