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:
@@ -2,6 +2,6 @@
|
||||
"parent": "block/log",
|
||||
"textures": {
|
||||
"top": "beachparty:block/palm_log_top",
|
||||
"side": "beachparty:block/palm_log"
|
||||
"side": "beachparty:block/palm_log_side"
|
||||
}
|
||||
}
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"parent": "block/log",
|
||||
"textures": {
|
||||
"top": "beachparty:block/stripped_palm_log_top",
|
||||
"side": "beachparty:block/stripped_palm_log"
|
||||
"top": "beachparty:block/palm_log_top_stripped",
|
||||
"side": "beachparty:block/palm_log_stripped"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user