mirror of
https://github.com/TeamMidnightDust/RoundTreesPack.git
synced 2025-12-16 10:05:09 +01:00
Generate pack assets via Python
- Also features a new, optimized log model
This commit is contained in:
7
assets/quark/models/block/ancient_log.json
Normal file
7
assets/quark/models/block/ancient_log.json
Normal file
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"parent": "block/log",
|
||||
"textures": {
|
||||
"top": "quark:block/ancient_log_top",
|
||||
"side": "quark:block/ancient_log"
|
||||
}
|
||||
}
|
||||
7
assets/quark/models/block/azalea_log.json
Normal file
7
assets/quark/models/block/azalea_log.json
Normal file
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"parent": "block/log",
|
||||
"textures": {
|
||||
"top": "quark:block/azalea_log_top",
|
||||
"side": "quark:block/azalea_log"
|
||||
}
|
||||
}
|
||||
7
assets/quark/models/block/blossom_log.json
Normal file
7
assets/quark/models/block/blossom_log.json
Normal file
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"parent": "block/log",
|
||||
"textures": {
|
||||
"top": "quark:block/blossom_log_top",
|
||||
"side": "quark:block/blossom_log"
|
||||
}
|
||||
}
|
||||
8
assets/quark/models/block/hollow_acacia_log.json
Normal file
8
assets/quark/models/block/hollow_acacia_log.json
Normal file
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"parent": "block/hollow_log",
|
||||
"textures": {
|
||||
"top": "quark:block/acacia_log_top",
|
||||
"side": "quark:block/acacia_log",
|
||||
"inner": "quark:block/stripped_acacia_log"
|
||||
}
|
||||
}
|
||||
8
assets/quark/models/block/hollow_ancient_log.json
Normal file
8
assets/quark/models/block/hollow_ancient_log.json
Normal file
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"parent": "block/hollow_log",
|
||||
"textures": {
|
||||
"top": "quark:block/ancient_log_top",
|
||||
"side": "quark:block/ancient_log",
|
||||
"inner": "quark:block/stripped_ancient_log"
|
||||
}
|
||||
}
|
||||
8
assets/quark/models/block/hollow_azalea_log.json
Normal file
8
assets/quark/models/block/hollow_azalea_log.json
Normal file
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"parent": "block/hollow_log",
|
||||
"textures": {
|
||||
"top": "quark:block/azalea_log_top",
|
||||
"side": "quark:block/azalea_log",
|
||||
"inner": "quark:block/stripped_azalea_log"
|
||||
}
|
||||
}
|
||||
8
assets/quark/models/block/hollow_birch_log.json
Normal file
8
assets/quark/models/block/hollow_birch_log.json
Normal file
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"parent": "block/hollow_log",
|
||||
"textures": {
|
||||
"top": "quark:block/birch_log_top",
|
||||
"side": "quark:block/birch_log",
|
||||
"inner": "quark:block/stripped_birch_log"
|
||||
}
|
||||
}
|
||||
8
assets/quark/models/block/hollow_blossom_log.json
Normal file
8
assets/quark/models/block/hollow_blossom_log.json
Normal file
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"parent": "block/hollow_log",
|
||||
"textures": {
|
||||
"top": "quark:block/blossom_log_top",
|
||||
"side": "quark:block/blossom_log",
|
||||
"inner": "quark:block/stripped_blossom_log"
|
||||
}
|
||||
}
|
||||
8
assets/quark/models/block/hollow_cherry_log.json
Normal file
8
assets/quark/models/block/hollow_cherry_log.json
Normal file
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"parent": "block/hollow_log",
|
||||
"textures": {
|
||||
"top": "quark:block/cherry_log_top",
|
||||
"side": "quark:block/cherry_log",
|
||||
"inner": "quark:block/stripped_cherry_log"
|
||||
}
|
||||
}
|
||||
8
assets/quark/models/block/hollow_dark_oak_log.json
Normal file
8
assets/quark/models/block/hollow_dark_oak_log.json
Normal file
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"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"
|
||||
}
|
||||
}
|
||||
8
assets/quark/models/block/hollow_jungle_log.json
Normal file
8
assets/quark/models/block/hollow_jungle_log.json
Normal file
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"parent": "block/hollow_log",
|
||||
"textures": {
|
||||
"top": "quark:block/jungle_log_top",
|
||||
"side": "quark:block/jungle_log",
|
||||
"inner": "quark:block/stripped_jungle_log"
|
||||
}
|
||||
}
|
||||
8
assets/quark/models/block/hollow_mangrove_log.json
Normal file
8
assets/quark/models/block/hollow_mangrove_log.json
Normal file
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"parent": "block/hollow_log",
|
||||
"textures": {
|
||||
"top": "quark:block/mangrove_log_top",
|
||||
"side": "quark:block/mangrove_log",
|
||||
"inner": "quark:block/stripped_mangrove_log"
|
||||
}
|
||||
}
|
||||
8
assets/quark/models/block/hollow_oak_log.json
Normal file
8
assets/quark/models/block/hollow_oak_log.json
Normal file
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"parent": "block/hollow_log",
|
||||
"textures": {
|
||||
"top": "quark:block/oak_log_top",
|
||||
"side": "quark:block/oak_log",
|
||||
"inner": "quark:block/stripped_oak_log"
|
||||
}
|
||||
}
|
||||
8
assets/quark/models/block/hollow_spruce_log.json
Normal file
8
assets/quark/models/block/hollow_spruce_log.json
Normal file
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"parent": "block/hollow_log",
|
||||
"textures": {
|
||||
"top": "quark:block/spruce_log_top",
|
||||
"side": "quark:block/spruce_log",
|
||||
"inner": "quark:block/stripped_spruce_log"
|
||||
}
|
||||
}
|
||||
7
assets/quark/models/block/stripped_ancient_log.json
Normal file
7
assets/quark/models/block/stripped_ancient_log.json
Normal file
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"parent": "block/log",
|
||||
"textures": {
|
||||
"top": "quark:block/stripped_ancient_log_top",
|
||||
"side": "quark:block/stripped_ancient_log"
|
||||
}
|
||||
}
|
||||
7
assets/quark/models/block/stripped_azalea_log.json
Normal file
7
assets/quark/models/block/stripped_azalea_log.json
Normal file
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"parent": "block/log",
|
||||
"textures": {
|
||||
"top": "quark:block/stripped_azalea_log_top",
|
||||
"side": "quark:block/stripped_azalea_log"
|
||||
}
|
||||
}
|
||||
7
assets/quark/models/block/stripped_blossom_log.json
Normal file
7
assets/quark/models/block/stripped_blossom_log.json
Normal file
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"parent": "block/log",
|
||||
"textures": {
|
||||
"top": "quark:block/stripped_blossom_log_top",
|
||||
"side": "quark:block/stripped_blossom_log"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user