mirror of
https://github.com/TeamMidnightDust/RoundTreesPack.git
synced 2025-12-17 10:35:09 +01:00
Read textures from original model files
Improved mod support :)
This commit is contained in:
7
input/assets/biomesoplenty/models/block/dead_log.json
Normal file
7
input/assets/biomesoplenty/models/block/dead_log.json
Normal file
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"parent": "block/cube_column",
|
||||
"textures": {
|
||||
"end": "biomesoplenty:block/dead_log_top",
|
||||
"side": "biomesoplenty:block/dead_log"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"parent": "block/cube_column",
|
||||
"textures": {
|
||||
"end": "biomesoplenty:block/empyreal_log_top",
|
||||
"side": "biomesoplenty:block/empyreal_log"
|
||||
}
|
||||
}
|
||||
7
input/assets/biomesoplenty/models/block/fir_log.json
Normal file
7
input/assets/biomesoplenty/models/block/fir_log.json
Normal file
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"parent": "block/cube_column",
|
||||
"textures": {
|
||||
"end": "biomesoplenty:block/fir_log_top",
|
||||
"side": "biomesoplenty:block/fir_log"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"parent": "block/cube_column",
|
||||
"textures": {
|
||||
"end": "biomesoplenty:block/hellbark_log_top",
|
||||
"side": "biomesoplenty:block/hellbark_log"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"parent": "block/cube_column",
|
||||
"textures": {
|
||||
"end": "biomesoplenty:block/jacaranda_log_top",
|
||||
"side": "biomesoplenty:block/jacaranda_log"
|
||||
}
|
||||
}
|
||||
7
input/assets/biomesoplenty/models/block/magic_log.json
Normal file
7
input/assets/biomesoplenty/models/block/magic_log.json
Normal file
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"parent": "block/cube_column",
|
||||
"textures": {
|
||||
"end": "biomesoplenty:block/magic_log_top",
|
||||
"side": "biomesoplenty:block/magic_log"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"parent": "block/cube_column",
|
||||
"textures": {
|
||||
"end": "biomesoplenty:block/mahogany_log_top",
|
||||
"side": "biomesoplenty:block/mahogany_log"
|
||||
}
|
||||
}
|
||||
7
input/assets/biomesoplenty/models/block/maple_log.json
Normal file
7
input/assets/biomesoplenty/models/block/maple_log.json
Normal file
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"parent": "block/cube_column",
|
||||
"textures": {
|
||||
"end": "biomesoplenty:block/maple_log_top",
|
||||
"side": "biomesoplenty:block/maple_log"
|
||||
}
|
||||
}
|
||||
7
input/assets/biomesoplenty/models/block/palm_log.json
Normal file
7
input/assets/biomesoplenty/models/block/palm_log.json
Normal file
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"parent": "block/cube_column",
|
||||
"textures": {
|
||||
"end": "biomesoplenty:block/palm_log_top",
|
||||
"side": "biomesoplenty:block/palm_log"
|
||||
}
|
||||
}
|
||||
7
input/assets/biomesoplenty/models/block/pine_log.json
Normal file
7
input/assets/biomesoplenty/models/block/pine_log.json
Normal file
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"parent": "block/cube_column",
|
||||
"textures": {
|
||||
"end": "biomesoplenty:block/pine_log_top",
|
||||
"side": "biomesoplenty:block/pine_log"
|
||||
}
|
||||
}
|
||||
7
input/assets/biomesoplenty/models/block/redwood_log.json
Normal file
7
input/assets/biomesoplenty/models/block/redwood_log.json
Normal file
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"parent": "block/cube_column",
|
||||
"textures": {
|
||||
"end": "biomesoplenty:block/redwood_log_top",
|
||||
"side": "biomesoplenty:block/redwood_log"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"parent": "block/cube_column",
|
||||
"textures": {
|
||||
"end": "biomesoplenty:block/stripped_dead_log_top",
|
||||
"side": "biomesoplenty:block/stripped_dead_log"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"parent": "block/cube_column",
|
||||
"textures": {
|
||||
"end": "biomesoplenty:block/stripped_empyreal_log_top",
|
||||
"side": "biomesoplenty:block/stripped_empyreal_log"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"parent": "block/cube_column",
|
||||
"textures": {
|
||||
"end": "biomesoplenty:block/stripped_fir_log_top",
|
||||
"side": "biomesoplenty:block/stripped_fir_log"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"parent": "block/cube_column",
|
||||
"textures": {
|
||||
"end": "biomesoplenty:block/stripped_hellbark_log_top",
|
||||
"side": "biomesoplenty:block/stripped_hellbark_log"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"parent": "block/cube_column",
|
||||
"textures": {
|
||||
"end": "biomesoplenty:block/stripped_jacaranda_log_top",
|
||||
"side": "biomesoplenty:block/stripped_jacaranda_log"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"parent": "block/cube_column",
|
||||
"textures": {
|
||||
"end": "biomesoplenty:block/stripped_magic_log_top",
|
||||
"side": "biomesoplenty:block/stripped_magic_log"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"parent": "block/cube_column",
|
||||
"textures": {
|
||||
"end": "biomesoplenty:block/stripped_mahogany_log_top",
|
||||
"side": "biomesoplenty:block/stripped_mahogany_log"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"parent": "block/cube_column",
|
||||
"textures": {
|
||||
"end": "biomesoplenty:block/stripped_maple_log_top",
|
||||
"side": "biomesoplenty:block/stripped_maple_log"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"parent": "block/cube_column",
|
||||
"textures": {
|
||||
"end": "biomesoplenty:block/stripped_palm_log_top",
|
||||
"side": "biomesoplenty:block/stripped_palm_log"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"parent": "block/cube_column",
|
||||
"textures": {
|
||||
"end": "biomesoplenty:block/stripped_pine_log_top",
|
||||
"side": "biomesoplenty:block/stripped_pine_log"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"parent": "block/cube_column",
|
||||
"textures": {
|
||||
"end": "biomesoplenty:block/stripped_redwood_log_top",
|
||||
"side": "biomesoplenty:block/stripped_redwood_log"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"parent": "block/cube_column",
|
||||
"textures": {
|
||||
"end": "biomesoplenty:block/stripped_umbran_log_top",
|
||||
"side": "biomesoplenty:block/stripped_umbran_log"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"parent": "block/cube_column",
|
||||
"textures": {
|
||||
"end": "biomesoplenty:block/stripped_willow_log_top",
|
||||
"side": "biomesoplenty:block/stripped_willow_log"
|
||||
}
|
||||
}
|
||||
7
input/assets/biomesoplenty/models/block/umbran_log.json
Normal file
7
input/assets/biomesoplenty/models/block/umbran_log.json
Normal file
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"parent": "block/cube_column",
|
||||
"textures": {
|
||||
"end": "biomesoplenty:block/umbran_log_top",
|
||||
"side": "biomesoplenty:block/umbran_log"
|
||||
}
|
||||
}
|
||||
7
input/assets/biomesoplenty/models/block/willow_log.json
Normal file
7
input/assets/biomesoplenty/models/block/willow_log.json
Normal file
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"parent": "block/cube_column",
|
||||
"textures": {
|
||||
"end": "biomesoplenty:block/willow_log_top",
|
||||
"side": "biomesoplenty:block/willow_log"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user