forked from AlmuraDev/mocreaturesdev
-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
48 changed files
with
186 additions
and
232 deletions.
There are no files selected for viewing
17 changes: 15 additions & 2 deletions
17
src/main/resources/assets/mocreatures/blockstates/cobbled_deep_wyvstone_slab.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,23 @@ | ||
{ | ||
"forge_marker": 1, | ||
"defaults": { | ||
"model": "cube_all", | ||
"textures": { | ||
"particle": "mocreatures:blocks/cobblestone_wyvern_deep", | ||
"bottom": "mocreatures:blocks/cobblestone_wyvern_deep", | ||
"top": "mocreatures:blocks/cobblestone_wyvern_deep", | ||
"side": "mocreatures:blocks/cobblestone_wyvern_deep" | ||
} | ||
}, | ||
"variants": { | ||
"half=bottom,variant=default": { | ||
"model": "mocreatures:cobbled_deep_wyvstone_slab_bottom" | ||
"model": "half_slab" | ||
}, | ||
"half=top,variant=default": { | ||
"model": "mocreatures:cobbled_deep_wyvstone_slab_top" | ||
"model": "upper_slab" | ||
}, | ||
"normal": { | ||
"model": "half_slab" | ||
} | ||
} | ||
} |
9 changes: 8 additions & 1 deletion
9
src/main/resources/assets/mocreatures/blockstates/cobbled_deep_wyvstone_slab_double.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,14 @@ | ||
{ | ||
"forge_marker": 1, | ||
"defaults": { | ||
"model": "cube_all", | ||
"textures": { | ||
"all": "mocreatures:blocks/cobblestone_wyvern_deep" | ||
} | ||
}, | ||
"variants": { | ||
"variant=default": { | ||
"model": "mocreatures:cobbled_deep_wyvstone_slab_double" | ||
"model": "cube_all" | ||
} | ||
} | ||
} |
17 changes: 15 additions & 2 deletions
17
src/main/resources/assets/mocreatures/blockstates/cobbled_wyvstone_slab.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,23 @@ | ||
{ | ||
"forge_marker": 1, | ||
"defaults": { | ||
"model": "cube_all", | ||
"textures": { | ||
"particle": "mocreatures:blocks/cobblestone_wyvern", | ||
"bottom": "mocreatures:blocks/cobblestone_wyvern", | ||
"top": "mocreatures:blocks/cobblestone_wyvern", | ||
"side": "mocreatures:blocks/cobblestone_wyvern" | ||
} | ||
}, | ||
"variants": { | ||
"half=bottom,variant=default": { | ||
"model": "mocreatures:cobbled_wyvstone_slab_bottom" | ||
"model": "half_slab" | ||
}, | ||
"half=top,variant=default": { | ||
"model": "mocreatures:cobbled_wyvstone_slab_top" | ||
"model": "upper_slab" | ||
}, | ||
"normal": { | ||
"model": "half_slab" | ||
} | ||
} | ||
} |
9 changes: 8 additions & 1 deletion
9
src/main/resources/assets/mocreatures/blockstates/cobbled_wyvstone_slab_double.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,14 @@ | ||
{ | ||
"forge_marker": 1, | ||
"defaults": { | ||
"model": "cube_all", | ||
"textures": { | ||
"all": "mocreatures:blocks/cobblestone_wyvern" | ||
} | ||
}, | ||
"variants": { | ||
"variant=default": { | ||
"model": "mocreatures:cobbled_wyvstone_slab_double" | ||
"model": "cube_all" | ||
} | ||
} | ||
} |
17 changes: 15 additions & 2 deletions
17
src/main/resources/assets/mocreatures/blockstates/deep_wyvstone_slab.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,23 @@ | ||
{ | ||
"forge_marker": 1, | ||
"defaults": { | ||
"model": "cube_all", | ||
"textures": { | ||
"particle": "mocreatures:blocks/stone_wyvern_deep", | ||
"bottom": "mocreatures:blocks/stone_wyvern_deep", | ||
"top": "mocreatures:blocks/stone_wyvern_deep", | ||
"side": "mocreatures:blocks/stone_wyvern_deep" | ||
} | ||
}, | ||
"variants": { | ||
"half=bottom,variant=default": { | ||
"model": "mocreatures:deep_wyvstone_slab_bottom" | ||
"model": "half_slab" | ||
}, | ||
"half=top,variant=default": { | ||
"model": "mocreatures:deep_wyvstone_slab_top" | ||
"model": "upper_slab" | ||
}, | ||
"normal": { | ||
"model": "half_slab" | ||
} | ||
} | ||
} |
9 changes: 8 additions & 1 deletion
9
src/main/resources/assets/mocreatures/blockstates/deep_wyvstone_slab_double.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,14 @@ | ||
{ | ||
"forge_marker": 1, | ||
"defaults": { | ||
"model": "cube_all", | ||
"textures": { | ||
"all": "mocreatures:blocks/stone_wyvern_deep" | ||
} | ||
}, | ||
"variants": { | ||
"variant=default": { | ||
"model": "mocreatures:deep_wyvstone_slab_double" | ||
"model": "cube_all" | ||
} | ||
} | ||
} |
17 changes: 15 additions & 2 deletions
17
src/main/resources/assets/mocreatures/blockstates/mossy_cobbled_deep_wyvstone_slab.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,23 @@ | ||
{ | ||
"forge_marker": 1, | ||
"defaults": { | ||
"model": "cube_all", | ||
"textures": { | ||
"particle": "mocreatures:blocks/mossy_cobblestone_wyvern_deep", | ||
"bottom": "mocreatures:blocks/mossy_cobblestone_wyvern_deep", | ||
"top": "mocreatures:blocks/mossy_cobblestone_wyvern_deep", | ||
"side": "mocreatures:blocks/mossy_cobblestone_wyvern_deep" | ||
} | ||
}, | ||
"variants": { | ||
"half=bottom,variant=default": { | ||
"model": "mocreatures:mossy_cobbled_deep_wyvstone_slab_bottom" | ||
"model": "half_slab" | ||
}, | ||
"half=top,variant=default": { | ||
"model": "mocreatures:mossy_cobbled_deep_wyvstone_slab_top" | ||
"model": "upper_slab" | ||
}, | ||
"normal": { | ||
"model": "half_slab" | ||
} | ||
} | ||
} |
9 changes: 8 additions & 1 deletion
9
...ain/resources/assets/mocreatures/blockstates/mossy_cobbled_deep_wyvstone_slab_double.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,14 @@ | ||
{ | ||
"forge_marker": 1, | ||
"defaults": { | ||
"model": "cube_all", | ||
"textures": { | ||
"all": "mocreatures:blocks/mossy_cobblestone_wyvern_deep" | ||
} | ||
}, | ||
"variants": { | ||
"variant=default": { | ||
"model": "mocreatures:mossy_cobbled_deep_wyvstone_slab_double" | ||
"model": "cube_all" | ||
} | ||
} | ||
} |
17 changes: 15 additions & 2 deletions
17
src/main/resources/assets/mocreatures/blockstates/mossy_cobbled_wyvstone_slab.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,23 @@ | ||
{ | ||
"forge_marker": 1, | ||
"defaults": { | ||
"model": "cube_all", | ||
"textures": { | ||
"particle": "mocreatures:blocks/mossy_cobblestone_wyvern", | ||
"bottom": "mocreatures:blocks/mossy_cobblestone_wyvern", | ||
"top": "mocreatures:blocks/mossy_cobblestone_wyvern", | ||
"side": "mocreatures:blocks/mossy_cobblestone_wyvern" | ||
} | ||
}, | ||
"variants": { | ||
"half=bottom,variant=default": { | ||
"model": "mocreatures:mossy_cobbled_wyvstone_slab_bottom" | ||
"model": "half_slab" | ||
}, | ||
"half=top,variant=default": { | ||
"model": "mocreatures:mossy_cobbled_wyvstone_slab_top" | ||
"model": "upper_slab" | ||
}, | ||
"normal": { | ||
"model": "half_slab" | ||
} | ||
} | ||
} |
9 changes: 8 additions & 1 deletion
9
src/main/resources/assets/mocreatures/blockstates/mossy_cobbled_wyvstone_slab_double.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,14 @@ | ||
{ | ||
"forge_marker": 1, | ||
"defaults": { | ||
"model": "cube_all", | ||
"textures": { | ||
"all": "mocreatures:blocks/mossy_cobblestone_wyvern" | ||
} | ||
}, | ||
"variants": { | ||
"variant=default": { | ||
"model": "mocreatures:mossy_cobbled_wyvstone_slab_double" | ||
"model": "cube_all" | ||
} | ||
} | ||
} |
16 changes: 14 additions & 2 deletions
16
src/main/resources/assets/mocreatures/blockstates/silver_sandstone_slab.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,23 @@ | ||
{ | ||
"forge_marker": 1, | ||
"defaults": { | ||
"model": "sandstone_normal", | ||
"textures": { | ||
"particle": "mocreatures:blocks/sandstone_silver_normal", | ||
"bottom": "mocreatures:blocks/sandstone_silver_bottom", | ||
"top": "mocreatures:blocks/sandstone_silver_top", | ||
"side": "mocreatures:blocks/sandstone_silver_normal" | ||
} | ||
}, | ||
"variants": { | ||
"half=bottom,variant=default": { | ||
"model": "mocreatures:silver_sandstone_slab_bottom" | ||
"model": "half_slab" | ||
}, | ||
"half=top,variant=default": { | ||
"model": "mocreatures:silver_sandstone_slab_top" | ||
"model": "upper_slab" | ||
}, | ||
"normal": { | ||
"model": "half_slab" | ||
} | ||
} | ||
} |
12 changes: 11 additions & 1 deletion
12
src/main/resources/assets/mocreatures/blockstates/silver_sandstone_slab_double.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,17 @@ | ||
{ | ||
"forge_marker": 1, | ||
"defaults": { | ||
"model": "sandstone_normal", | ||
"textures": { | ||
"particle": "mocreatures:blocks/sandstone_silver_normal", | ||
"bottom": "mocreatures:blocks/sandstone_silver_bottom", | ||
"top": "mocreatures:blocks/sandstone_silver_top", | ||
"side": "mocreatures:blocks/sandstone_silver_normal" | ||
} | ||
}, | ||
"variants": { | ||
"variant=default": { | ||
"model": "mocreatures:silver_sandstone_slab_double" | ||
"model": "sandstone_normal" | ||
} | ||
} | ||
} |
17 changes: 15 additions & 2 deletions
17
src/main/resources/assets/mocreatures/blockstates/wyvstone_slab.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,23 @@ | ||
{ | ||
"forge_marker": 1, | ||
"defaults": { | ||
"model": "cube_all", | ||
"textures": { | ||
"particle": "mocreatures:blocks/stone_wyvern", | ||
"bottom": "mocreatures:blocks/stone_wyvern", | ||
"top": "mocreatures:blocks/stone_wyvern", | ||
"side": "mocreatures:blocks/stone_wyvern" | ||
} | ||
}, | ||
"variants": { | ||
"half=bottom,variant=default": { | ||
"model": "mocreatures:wyvstone_slab_bottom" | ||
"model": "half_slab" | ||
}, | ||
"half=top,variant=default": { | ||
"model": "mocreatures:wyvstone_slab_top" | ||
"model": "upper_slab" | ||
}, | ||
"normal": { | ||
"model": "half_slab" | ||
} | ||
} | ||
} |
9 changes: 8 additions & 1 deletion
9
src/main/resources/assets/mocreatures/blockstates/wyvstone_slab_double.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,14 @@ | ||
{ | ||
"forge_marker": 1, | ||
"defaults": { | ||
"model": "cube_all", | ||
"textures": { | ||
"all": "mocreatures:blocks/stone_wyvern" | ||
} | ||
}, | ||
"variants": { | ||
"variant=default": { | ||
"model": "mocreatures:stone_wyvern" | ||
"model": "cube_all" | ||
} | ||
} | ||
} |
17 changes: 15 additions & 2 deletions
17
src/main/resources/assets/mocreatures/blockstates/wyvwood_slab.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,23 @@ | ||
{ | ||
"forge_marker": 1, | ||
"defaults": { | ||
"model": "cube_all", | ||
"textures": { | ||
"particle": "mocreatures:blocks/wood_planks_wyvwood", | ||
"bottom": "mocreatures:blocks/wood_planks_wyvwood", | ||
"top": "mocreatures:blocks/wood_planks_wyvwood", | ||
"side": "mocreatures:blocks/wood_planks_wyvwood" | ||
} | ||
}, | ||
"variants": { | ||
"half=bottom,variant=default": { | ||
"model": "mocreatures:wyvwood_slab_bottom" | ||
"model": "half_slab" | ||
}, | ||
"half=top,variant=default": { | ||
"model": "mocreatures:wyvwood_slab_top" | ||
"model": "upper_slab" | ||
}, | ||
"normal": { | ||
"model": "half_slab" | ||
} | ||
} | ||
} |
9 changes: 8 additions & 1 deletion
9
src/main/resources/assets/mocreatures/blockstates/wyvwood_slab_double.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,14 @@ | ||
{ | ||
"forge_marker": 1, | ||
"defaults": { | ||
"model": "cube_all", | ||
"textures": { | ||
"all": "mocreatures:blocks/wood_planks_wyvwood" | ||
} | ||
}, | ||
"variants": { | ||
"variant=default": { | ||
"model": "mocreatures:wyvwood_slab_double" | ||
"model": "cube_all" | ||
} | ||
} | ||
} |
8 changes: 0 additions & 8 deletions
8
src/main/resources/assets/mocreatures/models/block/cobbled_deep_wyvstone_slab_bottom.json
This file was deleted.
Oops, something went wrong.
7 changes: 0 additions & 7 deletions
7
src/main/resources/assets/mocreatures/models/block/cobbled_deep_wyvstone_slab_double.json
This file was deleted.
Oops, something went wrong.
8 changes: 0 additions & 8 deletions
8
src/main/resources/assets/mocreatures/models/block/cobbled_deep_wyvstone_slab_top.json
This file was deleted.
Oops, something went wrong.
8 changes: 0 additions & 8 deletions
8
src/main/resources/assets/mocreatures/models/block/cobbled_wyvstone_slab_bottom.json
This file was deleted.
Oops, something went wrong.
7 changes: 0 additions & 7 deletions
7
src/main/resources/assets/mocreatures/models/block/cobbled_wyvstone_slab_double.json
This file was deleted.
Oops, something went wrong.
8 changes: 0 additions & 8 deletions
8
src/main/resources/assets/mocreatures/models/block/cobbled_wyvstone_slab_top.json
This file was deleted.
Oops, something went wrong.
8 changes: 0 additions & 8 deletions
8
src/main/resources/assets/mocreatures/models/block/deep_wyvstone_slab_bottom.json
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.