mirror of
https://github.com/TeamMidnightDust/RoundTreesPack.git
synced 2025-12-16 10:05:09 +01:00
Read textures from original model files
Improved mod support :)
This commit is contained in:
@@ -1,8 +0,0 @@
|
||||
{
|
||||
"parent": "block/hollow_log",
|
||||
"textures": {
|
||||
"top": "quark:block/acacia_log_top",
|
||||
"side": "quark:block/acacia_log",
|
||||
"inner": "quark:block/stripped_acacia_log"
|
||||
}
|
||||
}
|
||||
@@ -1,8 +0,0 @@
|
||||
{
|
||||
"parent": "block/hollow_log",
|
||||
"textures": {
|
||||
"top": "quark:block/ancient_log_top",
|
||||
"side": "quark:block/ancient_log",
|
||||
"inner": "quark:block/stripped_ancient_log"
|
||||
}
|
||||
}
|
||||
@@ -1,8 +0,0 @@
|
||||
{
|
||||
"parent": "block/hollow_log",
|
||||
"textures": {
|
||||
"top": "quark:block/azalea_log_top",
|
||||
"side": "quark:block/azalea_log",
|
||||
"inner": "quark:block/stripped_azalea_log"
|
||||
}
|
||||
}
|
||||
@@ -1,8 +0,0 @@
|
||||
{
|
||||
"parent": "block/hollow_log",
|
||||
"textures": {
|
||||
"top": "quark:block/birch_log_top",
|
||||
"side": "quark:block/birch_log",
|
||||
"inner": "quark:block/stripped_birch_log"
|
||||
}
|
||||
}
|
||||
@@ -1,8 +0,0 @@
|
||||
{
|
||||
"parent": "block/hollow_log",
|
||||
"textures": {
|
||||
"top": "quark:block/blossom_log_top",
|
||||
"side": "quark:block/blossom_log",
|
||||
"inner": "quark:block/stripped_blossom_log"
|
||||
}
|
||||
}
|
||||
@@ -1,8 +0,0 @@
|
||||
{
|
||||
"parent": "block/hollow_log",
|
||||
"textures": {
|
||||
"top": "quark:block/cherry_log_top",
|
||||
"side": "quark:block/cherry_log",
|
||||
"inner": "quark:block/stripped_cherry_log"
|
||||
}
|
||||
}
|
||||
@@ -1,8 +0,0 @@
|
||||
{
|
||||
"parent": "block/hollow_log",
|
||||
"textures": {
|
||||
"top": "quark:block/dark_oak_log_top",
|
||||
"side": "quark:block/dark_oak_log",
|
||||
"inner": "quark:block/stripped_dark_oak_log"
|
||||
}
|
||||
}
|
||||
@@ -1,8 +0,0 @@
|
||||
{
|
||||
"parent": "block/hollow_log",
|
||||
"textures": {
|
||||
"top": "quark:block/jungle_log_top",
|
||||
"side": "quark:block/jungle_log",
|
||||
"inner": "quark:block/stripped_jungle_log"
|
||||
}
|
||||
}
|
||||
7
assets/quark/models/block/hollow_log.json
Normal file
7
assets/quark/models/block/hollow_log.json
Normal file
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"parent": "block/hollow_log",
|
||||
"textures": {
|
||||
"top": "#end",
|
||||
"particle": "#side"
|
||||
}
|
||||
}
|
||||
@@ -1,8 +0,0 @@
|
||||
{
|
||||
"parent": "block/hollow_log",
|
||||
"textures": {
|
||||
"top": "quark:block/mangrove_log_top",
|
||||
"side": "quark:block/mangrove_log",
|
||||
"inner": "quark:block/stripped_mangrove_log"
|
||||
}
|
||||
}
|
||||
@@ -1,8 +0,0 @@
|
||||
{
|
||||
"parent": "block/hollow_log",
|
||||
"textures": {
|
||||
"top": "quark:block/oak_log_top",
|
||||
"side": "quark:block/oak_log",
|
||||
"inner": "quark:block/stripped_oak_log"
|
||||
}
|
||||
}
|
||||
@@ -1,8 +0,0 @@
|
||||
{
|
||||
"parent": "block/hollow_log",
|
||||
"textures": {
|
||||
"top": "quark:block/spruce_log_top",
|
||||
"side": "quark:block/spruce_log",
|
||||
"inner": "quark:block/stripped_spruce_log"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user