mirror of
https://github.com/TeamMidnightDust/RoundTreesPack.git
synced 2025-12-16 18:15:09 +01:00
Read textures from original model files
Improved mod support :)
This commit is contained in:
7
input/assets/cobblemon/models/block/apricorn_log.json
Normal file
7
input/assets/cobblemon/models/block/apricorn_log.json
Normal file
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"parent": "minecraft:block/cube_column",
|
||||
"textures": {
|
||||
"end": "cobblemon:block/apricorn_log_top",
|
||||
"side": "cobblemon:block/apricorn_log"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"parent": "minecraft:block/cube_column",
|
||||
"textures": {
|
||||
"end": "cobblemon:block/stripped_apricorn_log_top",
|
||||
"side": "cobblemon:block/stripped_apricorn_log"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user