Compare commits

...

6 Commits

Author SHA1 Message Date
Martin Prokoph
e28035dd61 Update changelog 2025-09-14 22:33:23 +02:00
Martin Prokoph
bce867aff0 Increase compression level 2025-09-14 22:29:12 +02:00
Martin Prokoph
9fd3b13853 Add publishing workflows 2025-09-14 22:26:33 +02:00
Martin Prokoph
2c90c2a8cc Add option to minify json files 2025-09-14 22:15:54 +02:00
Martin Prokoph
cd6c2ad11e More mod compat
- Botania
- Cultural Delights
- Fortuituous Feasts
- Hibernal Herbs
- Cluttered
- Promenade
- Hellion's Sniffer+
- Terraqueous
- [Let's Do] Vinery
- [Let's Do] Blooming Nature
- [Let's Do] Meadow
2025-09-14 21:57:24 +02:00
Martin Prokoph
76d80f6791 Re-add most mod compat of legacy version
- The Aether
- Atmospheric
- Autumnity
- Blockus
- Croptopia
- Endergetic
- Nature's Aura
- Silent Gear
- Terrestria
- Traverse
- Upgrade Aquatic
- Woods and Mires
2025-09-14 20:49:25 +02:00
852 changed files with 4986 additions and 4592 deletions

8
.github/ISSUE_TEMPLATE/mod_support.md vendored Normal file
View File

@@ -0,0 +1,8 @@
---
name: Mod Support
about: Compatibility improvements with a specific mod
title: 'MOD NAME HERE (url here)'
labels: mod support
assignees: ''
---

27
.github/workflows/assemble.yml vendored Normal file
View File

@@ -0,0 +1,27 @@
name: Execute Python Script
on: [ push, pull_request ]
jobs:
build:
runs-on: ubuntu-24.04
steps:
- name: Checkout Repository
uses: actions/checkout@v4
- name: Set current date as env variable
run: echo "DATE=$(date +'%Y-%m-%d')" >> $GITHUB_ENV
- name: Set up Python 3.10
uses: actions/setup-python@v3
with:
python-version: "3.10"
- name: Install dependencies
run: |
python -m pip install --upgrade pip
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
- name: Execute Python Script
run: python gen_pack.py ${{ env.DATE }} §7${{ github.repository_owner }} Edition
- name: Upload artifacts to GitHub
uses: actions/upload-artifact@v4
with:
name: Round Trees Artifact
path: Round-Trees-${{ env.DATE }}.zip

48
.github/workflows/publish.yml vendored Normal file
View File

@@ -0,0 +1,48 @@
name: Build & Publish Resourcepack
on:
workflow_dispatch:
inputs:
version:
description: 'The version name'
required: true
type: string
jobs:
build:
runs-on: ubuntu-24.04
steps:
- name: Checkout Repository
uses: actions/checkout@v4
- name: Set up Python 3.10
uses: actions/setup-python@v3
with:
python-version: "3.10"
- name: Install dependencies
run: |
python -m pip install --upgrade pip
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
- name: Compile Resourcepack
run: python gen_pack.py -m ${{ inputs.version }}
- name: Upload regular version
uses: Kir-Antipov/mc-publish@v3.3
with:
modrinth-id: XlqZTP4W
modrinth-featured: true
modrinth-unfeature-mode: subset
modrinth-token: ${{ secrets.MODRINTH_TOKEN }}
curseforge-id: 296616
curseforge-token: ${{ secrets.CURSEFORGE_TOKEN }}
files: ./Round-Trees-${{ inputs.version }}.zip
name: Round Trees ${{ inputs.version }} - 1.20+
version: ${{ inputs.version }}
version-type: release
loaders: minecraft
changelog-file: CHANGELOG.*
game-versions: |
>=1.20
game-version-filter: releases

2
.gitignore vendored Normal file
View File

@@ -0,0 +1,2 @@
/src/__pycache__
Round-Trees-*.zip

30
CHANGELOG.md Normal file
View File

@@ -0,0 +1,30 @@
- Full rewrite
- Now generated via Python script!
- Optimized round log model
- Adjusted model to avoid overlap with buttons and signs
- Support Pale Oak logs
- Compatibility with the following mods:
- The Aether
- Atmospheric
- Autumnity
- Blockus
- Croptopia
- Endergetic
- Nature's Aura
- Silent Gear
- Terrestria
- Traverse
- Upgrade Aquatic
- Woods and Mires
- Botania
- Cultural Delights
- Fortuituous Feasts
- Hibernal Herbs
- Cluttered
- Promenade
- Hellion's Sniffer+
- Terraqueous
- [Let's Do] Vinery
- [Let's Do] Blooming Nature
- [Let's Do] Meadow
- ... and many more!

Binary file not shown.

View File

@@ -0,0 +1,18 @@
{
"variants": {
"axis=y": {
"model": "aether:block/golden_oak_log"
},
"axis=z": {
"model": "aether:block/golden_oak_log",
"x": 90,
"y": 180
},
"axis=x": {
"model": "aether:block/golden_oak_log",
"x": 90,
"y": 90,
"z": 90
}
}
}

View File

@@ -0,0 +1,18 @@
{
"variants": {
"axis=y": {
"model": "aether:block/skyroot_log"
},
"axis=z": {
"model": "aether:block/skyroot_log",
"x": 90,
"y": 180
},
"axis=x": {
"model": "aether:block/skyroot_log",
"x": 90,
"y": 90,
"z": 90
}
}
}

View File

@@ -0,0 +1,18 @@
{
"variants": {
"axis=y": {
"model": "aether:block/stripped_skyroot_log"
},
"axis=z": {
"model": "aether:block/stripped_skyroot_log",
"x": 90,
"y": 180
},
"axis=x": {
"model": "aether:block/stripped_skyroot_log",
"x": 90,
"y": 90,
"z": 90
}
}
}

View File

@@ -0,0 +1,7 @@
{
"parent": "block/log",
"textures": {
"top": "aether:block/natural/skyroot_log_top",
"side": "aether:block/natural/golden_oak_log"
}
}

View File

@@ -0,0 +1,7 @@
{
"parent": "block/log",
"textures": {
"top": "aether:block/natural/skyroot_log_top",
"side": "aether:block/natural/skyroot_log"
}
}

View File

@@ -0,0 +1,7 @@
{
"parent": "block/log",
"textures": {
"top": "aether:block/natural/stripped_skyroot_log_top",
"side": "aether:block/natural/stripped_skyroot_log"
}
}

View File

@@ -0,0 +1,18 @@
{
"variants": {
"axis=y": {
"model": "atmospheric:block/aspen_log"
},
"axis=z": {
"model": "atmospheric:block/aspen_log",
"x": 90,
"y": 180
},
"axis=x": {
"model": "atmospheric:block/aspen_log",
"x": 90,
"y": 90,
"z": 90
}
}
}

View File

@@ -0,0 +1,18 @@
{
"variants": {
"axis=y": {
"model": "atmospheric:block/grimwood_log"
},
"axis=z": {
"model": "atmospheric:block/grimwood_log",
"x": 90,
"y": 180
},
"axis=x": {
"model": "atmospheric:block/grimwood_log",
"x": 90,
"y": 90,
"z": 90
}
}
}

View File

@@ -0,0 +1,18 @@
{
"variants": {
"axis=y": {
"model": "atmospheric:block/kousa_log"
},
"axis=z": {
"model": "atmospheric:block/kousa_log",
"x": 90,
"y": 180
},
"axis=x": {
"model": "atmospheric:block/kousa_log",
"x": 90,
"y": 90,
"z": 90
}
}
}

View File

@@ -0,0 +1,18 @@
{
"variants": {
"axis=y": {
"model": "atmospheric:block/laurel_log"
},
"axis=z": {
"model": "atmospheric:block/laurel_log",
"x": 90,
"y": 180
},
"axis=x": {
"model": "atmospheric:block/laurel_log",
"x": 90,
"y": 90,
"z": 90
}
}
}

View File

@@ -0,0 +1,18 @@
{
"variants": {
"axis=y": {
"model": "atmospheric:block/morado_log"
},
"axis=z": {
"model": "atmospheric:block/morado_log",
"x": 90,
"y": 180
},
"axis=x": {
"model": "atmospheric:block/morado_log",
"x": 90,
"y": 90,
"z": 90
}
}
}

View File

@@ -0,0 +1,18 @@
{
"variants": {
"axis=y": {
"model": "atmospheric:block/rosewood_log"
},
"axis=z": {
"model": "atmospheric:block/rosewood_log",
"x": 90,
"y": 180
},
"axis=x": {
"model": "atmospheric:block/rosewood_log",
"x": 90,
"y": 90,
"z": 90
}
}
}

View File

@@ -0,0 +1,18 @@
{
"variants": {
"axis=y": {
"model": "atmospheric:block/stripped_aspen_log"
},
"axis=z": {
"model": "atmospheric:block/stripped_aspen_log",
"x": 90,
"y": 180
},
"axis=x": {
"model": "atmospheric:block/stripped_aspen_log",
"x": 90,
"y": 90,
"z": 90
}
}
}

View File

@@ -0,0 +1,18 @@
{
"variants": {
"axis=y": {
"model": "atmospheric:block/stripped_grimwood_log"
},
"axis=z": {
"model": "atmospheric:block/stripped_grimwood_log",
"x": 90,
"y": 180
},
"axis=x": {
"model": "atmospheric:block/stripped_grimwood_log",
"x": 90,
"y": 90,
"z": 90
}
}
}

View File

@@ -0,0 +1,18 @@
{
"variants": {
"axis=y": {
"model": "atmospheric:block/stripped_kousa_log"
},
"axis=z": {
"model": "atmospheric:block/stripped_kousa_log",
"x": 90,
"y": 180
},
"axis=x": {
"model": "atmospheric:block/stripped_kousa_log",
"x": 90,
"y": 90,
"z": 90
}
}
}

View File

@@ -0,0 +1,18 @@
{
"variants": {
"axis=y": {
"model": "atmospheric:block/stripped_laurel_log"
},
"axis=z": {
"model": "atmospheric:block/stripped_laurel_log",
"x": 90,
"y": 180
},
"axis=x": {
"model": "atmospheric:block/stripped_laurel_log",
"x": 90,
"y": 90,
"z": 90
}
}
}

View File

@@ -0,0 +1,18 @@
{
"variants": {
"axis=y": {
"model": "atmospheric:block/stripped_morado_log"
},
"axis=z": {
"model": "atmospheric:block/stripped_morado_log",
"x": 90,
"y": 180
},
"axis=x": {
"model": "atmospheric:block/stripped_morado_log",
"x": 90,
"y": 90,
"z": 90
}
}
}

View File

@@ -0,0 +1,18 @@
{
"variants": {
"axis=y": {
"model": "atmospheric:block/stripped_rosewood_log"
},
"axis=z": {
"model": "atmospheric:block/stripped_rosewood_log",
"x": 90,
"y": 180
},
"axis=x": {
"model": "atmospheric:block/stripped_rosewood_log",
"x": 90,
"y": 90,
"z": 90
}
}
}

View File

@@ -0,0 +1,18 @@
{
"variants": {
"axis=y": {
"model": "atmospheric:block/stripped_yucca_log"
},
"axis=z": {
"model": "atmospheric:block/stripped_yucca_log",
"x": 90,
"y": 180
},
"axis=x": {
"model": "atmospheric:block/stripped_yucca_log",
"x": 90,
"y": 90,
"z": 90
}
}
}

View File

@@ -0,0 +1,18 @@
{
"variants": {
"axis=y": {
"model": "atmospheric:block/watchful_aspen_log"
},
"axis=z": {
"model": "atmospheric:block/watchful_aspen_log",
"x": 90,
"y": 180
},
"axis=x": {
"model": "atmospheric:block/watchful_aspen_log",
"x": 90,
"y": 90,
"z": 90
}
}
}

View File

@@ -0,0 +1,18 @@
{
"variants": {
"axis=y": {
"model": "atmospheric:block/yucca_log"
},
"axis=z": {
"model": "atmospheric:block/yucca_log",
"x": 90,
"y": 180
},
"axis=x": {
"model": "atmospheric:block/yucca_log",
"x": 90,
"y": 90,
"z": 90
}
}
}

View File

@@ -1,7 +1,7 @@
{
"parent": "block/log",
"textures": {
"top": "minecraft:block/birch_log_top",
"side": "minecraft:block/birch_log"
"top": "atmospheric:block/aspen_log_top",
"side": "atmospheric:block/aspen_log"
}
}

View File

@@ -2,7 +2,6 @@
"parent": "block/log",
"textures": {
"top": "atmospheric:block/grimwood_log_top",
"side": "atmospheric:block/grimwood_log",
"particle": "atmospheric:block/grimwood_log"
"side": "atmospheric:block/grimwood_log"
}
}

View File

@@ -2,7 +2,6 @@
"parent": "block/log",
"textures": {
"top": "atmospheric:block/kousa_log_top",
"side": "atmospheric:block/kousa_log",
"particle": "atmospheric:block/kousa_log"
"side": "atmospheric:block/kousa_log"
}
}

View File

@@ -0,0 +1,7 @@
{
"parent": "block/log",
"textures": {
"top": "atmospheric:block/laurel_log_top",
"side": "atmospheric:block/laurel_log"
}
}

View File

@@ -2,7 +2,6 @@
"parent": "block/log",
"textures": {
"top": "atmospheric:block/morado_log_top",
"side": "atmospheric:block/morado_log",
"particle": "atmospheric:block/morado_log"
"side": "atmospheric:block/morado_log"
}
}

View File

@@ -2,7 +2,6 @@
"parent": "block/log",
"textures": {
"top": "atmospheric:block/rosewood_log_top",
"side": "atmospheric:block/rosewood_log",
"particle": "atmospheric:block/rosewood_log"
"side": "atmospheric:block/rosewood_log"
}
}

View File

@@ -2,7 +2,6 @@
"parent": "block/log",
"textures": {
"top": "atmospheric:block/stripped_aspen_log_top",
"side": "atmospheric:block/stripped_aspen_log",
"particle": "atmospheric:block/stripped_aspen_log"
"side": "atmospheric:block/stripped_aspen_log"
}
}

View File

@@ -0,0 +1,7 @@
{
"parent": "block/log",
"textures": {
"top": "atmospheric:block/stripped_grimwood_log_top",
"side": "atmospheric:block/stripped_grimwood_log"
}
}

View File

@@ -2,7 +2,6 @@
"parent": "block/log",
"textures": {
"top": "atmospheric:block/stripped_kousa_log_top",
"side": "atmospheric:block/stripped_kousa_log",
"particle": "atmospheric:block/stripped_kousa_log"
"side": "atmospheric:block/stripped_kousa_log"
}
}

View File

@@ -0,0 +1,7 @@
{
"parent": "block/log",
"textures": {
"top": "atmospheric:block/stripped_laurel_log_top",
"side": "atmospheric:block/stripped_laurel_log"
}
}

View File

@@ -2,7 +2,6 @@
"parent": "block/log",
"textures": {
"top": "atmospheric:block/stripped_morado_log_top",
"side": "atmospheric:block/stripped_morado_log",
"particle": "atmospheric:block/stripped_morado_log"
"side": "atmospheric:block/stripped_morado_log"
}
}

View File

@@ -0,0 +1,7 @@
{
"parent": "block/log",
"textures": {
"top": "atmospheric:block/stripped_rosewood_log_top",
"side": "atmospheric:block/stripped_rosewood_log"
}
}

View File

@@ -2,7 +2,6 @@
"parent": "block/log",
"textures": {
"top": "atmospheric:block/stripped_yucca_log_top",
"side": "atmospheric:block/stripped_yucca_log",
"particle": "atmospheric:block/stripped_yucca_log"
"side": "atmospheric:block/stripped_yucca_log"
}
}

View File

@@ -2,7 +2,6 @@
"parent": "block/log",
"textures": {
"top": "atmospheric:block/aspen_log_top",
"side": "atmospheric:block/aspen_log",
"particle": "atmospheric:block/aspen_log"
"side": "atmospheric:block/watchful_aspen_log"
}
}

View File

@@ -2,7 +2,6 @@
"parent": "block/log",
"textures": {
"top": "atmospheric:block/yucca_log_top",
"side": "atmospheric:block/yucca_log",
"particle": "atmospheric:block/yucca_log"
"side": "atmospheric:block/yucca_log"
}
}

View File

@@ -0,0 +1,18 @@
{
"variants": {
"axis=y": {
"model": "autumnity:block/maple_log"
},
"axis=z": {
"model": "autumnity:block/maple_log",
"x": 90,
"y": 180
},
"axis=x": {
"model": "autumnity:block/maple_log",
"x": 90,
"y": 90,
"z": 90
}
}
}

View File

@@ -0,0 +1,18 @@
{
"variants": {
"axis=y": {
"model": "autumnity:block/sappy_maple_log"
},
"axis=z": {
"model": "autumnity:block/sappy_maple_log",
"x": 90,
"y": 180
},
"axis=x": {
"model": "autumnity:block/sappy_maple_log",
"x": 90,
"y": 90,
"z": 90
}
}
}

View File

@@ -0,0 +1,18 @@
{
"variants": {
"axis=y": {
"model": "autumnity:block/stripped_maple_log"
},
"axis=z": {
"model": "autumnity:block/stripped_maple_log",
"x": 90,
"y": 180
},
"axis=x": {
"model": "autumnity:block/stripped_maple_log",
"x": 90,
"y": 90,
"z": 90
}
}
}

View File

@@ -2,7 +2,6 @@
"parent": "block/log",
"textures": {
"top": "autumnity:block/maple_log_top",
"side": "autumnity:block/maple_log",
"particle": "autumnity:block/maple_log"
"side": "autumnity:block/maple_log"
}
}

View File

@@ -0,0 +1,7 @@
{
"parent": "block/log",
"textures": {
"top": "autumnity:block/sappy_maple_log_top",
"side": "autumnity:block/sappy_maple_log"
}
}

View File

@@ -2,7 +2,6 @@
"parent": "block/log",
"textures": {
"top": "autumnity:block/stripped_maple_log_top",
"side": "autumnity:block/sappy_maple_log",
"particle": "autumnity:block/sappy_maple_log"
"side": "autumnity:block/stripped_maple_log"
}
}

View File

@@ -0,0 +1,18 @@
{
"variants": {
"axis=y": {
"model": "blockus:block/legacy_log"
},
"axis=z": {
"model": "blockus:block/legacy_log",
"x": 90,
"y": 180
},
"axis=x": {
"model": "blockus:block/legacy_log",
"x": 90,
"y": 90,
"z": 90
}
}
}

View File

@@ -0,0 +1,18 @@
{
"variants": {
"axis=y": {
"model": "blockus:block/stripped_white_oak_log"
},
"axis=z": {
"model": "blockus:block/stripped_white_oak_log",
"x": 90,
"y": 180
},
"axis=x": {
"model": "blockus:block/stripped_white_oak_log",
"x": 90,
"y": 90,
"z": 90
}
}
}

View File

@@ -0,0 +1,18 @@
{
"variants": {
"axis=y": {
"model": "blockus:block/white_oak_log"
},
"axis=z": {
"model": "blockus:block/white_oak_log",
"x": 90,
"y": 180
},
"axis=x": {
"model": "blockus:block/white_oak_log",
"x": 90,
"y": 90,
"z": 90
}
}
}

View File

@@ -0,0 +1,7 @@
{
"parent": "block/log",
"textures": {
"top": "blockus:block/legacy_log_top",
"side": "blockus:block/legacy_log"
}
}

View File

@@ -0,0 +1,7 @@
{
"parent": "block/log",
"textures": {
"top": "blockus:block/stripped_white_oak_log_top",
"side": "blockus:block/stripped_white_oak_log"
}
}

View File

@@ -0,0 +1,7 @@
{
"parent": "block/log",
"textures": {
"top": "blockus:block/white_oak_log_top",
"side": "blockus:block/white_oak_log"
}
}

View File

@@ -0,0 +1,18 @@
{
"variants": {
"axis=y": {
"model": "bloomingnature:block/aspen_log"
},
"axis=z": {
"model": "bloomingnature:block/aspen_log",
"x": 90,
"y": 180
},
"axis=x": {
"model": "bloomingnature:block/aspen_log",
"x": 90,
"y": 90,
"z": 90
}
}
}

View File

@@ -0,0 +1,18 @@
{
"variants": {
"axis=y": {
"model": "bloomingnature:block/baobab_log"
},
"axis=z": {
"model": "bloomingnature:block/baobab_log",
"x": 90,
"y": 180
},
"axis=x": {
"model": "bloomingnature:block/baobab_log",
"x": 90,
"y": 90,
"z": 90
}
}
}

View File

@@ -0,0 +1,18 @@
{
"variants": {
"axis=y": {
"model": "bloomingnature:block/cactus_log"
},
"axis=z": {
"model": "bloomingnature:block/cactus_log",
"x": 90,
"y": 180
},
"axis=x": {
"model": "bloomingnature:block/cactus_log",
"x": 90,
"y": 90,
"z": 90
}
}
}

View File

@@ -0,0 +1,18 @@
{
"variants": {
"axis=y": {
"model": "bloomingnature:block/chestnut_log"
},
"axis=z": {
"model": "bloomingnature:block/chestnut_log",
"x": 90,
"y": 180
},
"axis=x": {
"model": "bloomingnature:block/chestnut_log",
"x": 90,
"y": 90,
"z": 90
}
}
}

View File

@@ -0,0 +1,18 @@
{
"variants": {
"axis=y": {
"model": "bloomingnature:block/ebony_log"
},
"axis=z": {
"model": "bloomingnature:block/ebony_log",
"x": 90,
"y": 180
},
"axis=x": {
"model": "bloomingnature:block/ebony_log",
"x": 90,
"y": 90,
"z": 90
}
}
}

View File

@@ -0,0 +1,18 @@
{
"variants": {
"axis=y": {
"model": "bloomingnature:block/fan_palm_log"
},
"axis=z": {
"model": "bloomingnature:block/fan_palm_log",
"x": 90,
"y": 180
},
"axis=x": {
"model": "bloomingnature:block/fan_palm_log",
"x": 90,
"y": 90,
"z": 90
}
}
}

View File

@@ -0,0 +1,18 @@
{
"variants": {
"axis=y": {
"model": "bloomingnature:block/fir_log"
},
"axis=z": {
"model": "bloomingnature:block/fir_log",
"x": 90,
"y": 180
},
"axis=x": {
"model": "bloomingnature:block/fir_log",
"x": 90,
"y": 90,
"z": 90
}
}
}

View File

@@ -0,0 +1,18 @@
{
"variants": {
"axis=y": {
"model": "bloomingnature:block/larch_log"
},
"axis=z": {
"model": "bloomingnature:block/larch_log",
"x": 90,
"y": 180
},
"axis=x": {
"model": "bloomingnature:block/larch_log",
"x": 90,
"y": 90,
"z": 90
}
}
}

View File

@@ -0,0 +1,18 @@
{
"variants": {
"axis=y": {
"model": "bloomingnature:block/stripped_aspen_log"
},
"axis=z": {
"model": "bloomingnature:block/stripped_aspen_log",
"x": 90,
"y": 180
},
"axis=x": {
"model": "bloomingnature:block/stripped_aspen_log",
"x": 90,
"y": 90,
"z": 90
}
}
}

View File

@@ -0,0 +1,18 @@
{
"variants": {
"axis=y": {
"model": "bloomingnature:block/stripped_baobab_log"
},
"axis=z": {
"model": "bloomingnature:block/stripped_baobab_log",
"x": 90,
"y": 180
},
"axis=x": {
"model": "bloomingnature:block/stripped_baobab_log",
"x": 90,
"y": 90,
"z": 90
}
}
}

View File

@@ -0,0 +1,18 @@
{
"variants": {
"axis=y": {
"model": "bloomingnature:block/stripped_chestnut_log"
},
"axis=z": {
"model": "bloomingnature:block/stripped_chestnut_log",
"x": 90,
"y": 180
},
"axis=x": {
"model": "bloomingnature:block/stripped_chestnut_log",
"x": 90,
"y": 90,
"z": 90
}
}
}

View File

@@ -0,0 +1,18 @@
{
"variants": {
"axis=y": {
"model": "bloomingnature:block/stripped_ebony_log"
},
"axis=z": {
"model": "bloomingnature:block/stripped_ebony_log",
"x": 90,
"y": 180
},
"axis=x": {
"model": "bloomingnature:block/stripped_ebony_log",
"x": 90,
"y": 90,
"z": 90
}
}
}

View File

@@ -0,0 +1,18 @@
{
"variants": {
"axis=y": {
"model": "bloomingnature:block/stripped_fan_palm_log"
},
"axis=z": {
"model": "bloomingnature:block/stripped_fan_palm_log",
"x": 90,
"y": 180
},
"axis=x": {
"model": "bloomingnature:block/stripped_fan_palm_log",
"x": 90,
"y": 90,
"z": 90
}
}
}

View File

@@ -0,0 +1,18 @@
{
"variants": {
"axis=y": {
"model": "bloomingnature:block/stripped_fir_log"
},
"axis=z": {
"model": "bloomingnature:block/stripped_fir_log",
"x": 90,
"y": 180
},
"axis=x": {
"model": "bloomingnature:block/stripped_fir_log",
"x": 90,
"y": 90,
"z": 90
}
}
}

View File

@@ -0,0 +1,18 @@
{
"variants": {
"axis=y": {
"model": "bloomingnature:block/stripped_larch_log"
},
"axis=z": {
"model": "bloomingnature:block/stripped_larch_log",
"x": 90,
"y": 180
},
"axis=x": {
"model": "bloomingnature:block/stripped_larch_log",
"x": 90,
"y": 90,
"z": 90
}
}
}

View File

@@ -0,0 +1,18 @@
{
"variants": {
"axis=y": {
"model": "bloomingnature:block/stripped_swamp_cypress_log"
},
"axis=z": {
"model": "bloomingnature:block/stripped_swamp_cypress_log",
"x": 90,
"y": 180
},
"axis=x": {
"model": "bloomingnature:block/stripped_swamp_cypress_log",
"x": 90,
"y": 90,
"z": 90
}
}
}

View File

@@ -0,0 +1,18 @@
{
"variants": {
"axis=y": {
"model": "bloomingnature:block/stripped_swamp_oak_log"
},
"axis=z": {
"model": "bloomingnature:block/stripped_swamp_oak_log",
"x": 90,
"y": 180
},
"axis=x": {
"model": "bloomingnature:block/stripped_swamp_oak_log",
"x": 90,
"y": 90,
"z": 90
}
}
}

View File

@@ -0,0 +1,18 @@
{
"variants": {
"axis=y": {
"model": "bloomingnature:block/swamp_cypress_log"
},
"axis=z": {
"model": "bloomingnature:block/swamp_cypress_log",
"x": 90,
"y": 180
},
"axis=x": {
"model": "bloomingnature:block/swamp_cypress_log",
"x": 90,
"y": 90,
"z": 90
}
}
}

View File

@@ -0,0 +1,18 @@
{
"variants": {
"axis=y": {
"model": "bloomingnature:block/swamp_oak_log"
},
"axis=z": {
"model": "bloomingnature:block/swamp_oak_log",
"x": 90,
"y": 180
},
"axis=x": {
"model": "bloomingnature:block/swamp_oak_log",
"x": 90,
"y": 90,
"z": 90
}
}
}

View File

@@ -0,0 +1,7 @@
{
"parent": "block/log",
"textures": {
"top": "bloomingnature:block/aspen_log_top",
"side": "bloomingnature:block/aspen_log_side"
}
}

View File

@@ -0,0 +1,7 @@
{
"parent": "block/log",
"textures": {
"top": "bloomingnature:block/baobab_log_top",
"side": "bloomingnature:block/baobab_log_side"
}
}

View File

@@ -0,0 +1,7 @@
{
"parent": "block/log",
"textures": {
"top": "bloomingnature:block/cactus_log_top",
"side": "bloomingnature:block/cactus_log_side"
}
}

View File

@@ -0,0 +1,7 @@
{
"parent": "block/log",
"textures": {
"top": "bloomingnature:block/chestnut_log_top",
"side": "bloomingnature:block/chestnut_log_side"
}
}

View File

@@ -0,0 +1,7 @@
{
"parent": "block/log",
"textures": {
"top": "bloomingnature:block/ebony_log_top",
"side": "bloomingnature:block/ebony_log_side"
}
}

View File

@@ -0,0 +1,7 @@
{
"parent": "block/log",
"textures": {
"top": "bloomingnature:block/fan_palm_log_top",
"side": "bloomingnature:block/fan_palm_log_side"
}
}

View File

@@ -0,0 +1,7 @@
{
"parent": "block/log",
"textures": {
"top": "bloomingnature:block/fir_log_top",
"side": "bloomingnature:block/fir_log_side"
}
}

View File

@@ -0,0 +1,7 @@
{
"parent": "block/log",
"textures": {
"top": "bloomingnature:block/larch_log_top",
"side": "bloomingnature:block/larch_log_side"
}
}

View File

@@ -0,0 +1,7 @@
{
"parent": "block/log",
"textures": {
"top": "bloomingnature:block/aspen_log_top_stripped",
"side": "bloomingnature:block/aspen_log_side_stripped"
}
}

View File

@@ -0,0 +1,7 @@
{
"parent": "block/log",
"textures": {
"top": "bloomingnature:block/baobab_log_top_stripped",
"side": "bloomingnature:block/baobab_log_side_stripped"
}
}

View File

@@ -0,0 +1,7 @@
{
"parent": "block/log",
"textures": {
"top": "bloomingnature:block/chestnut_log_top_stripped",
"side": "bloomingnature:block/chestnut_log_side_stripped"
}
}

View File

@@ -0,0 +1,7 @@
{
"parent": "block/log",
"textures": {
"top": "bloomingnature:block/ebony_log_top_stripped",
"side": "bloomingnature:block/ebony_log_side_stripped"
}
}

View File

@@ -0,0 +1,7 @@
{
"parent": "block/log",
"textures": {
"top": "bloomingnature:block/fan_palm_log_top_stripped",
"side": "bloomingnature:block/fan_palm_log_stripped"
}
}

View File

@@ -0,0 +1,7 @@
{
"parent": "block/log",
"textures": {
"top": "bloomingnature:block/fir_log_top_stripped",
"side": "bloomingnature:block/fir_log_side_stripped"
}
}

View File

@@ -0,0 +1,7 @@
{
"parent": "block/log",
"textures": {
"top": "bloomingnature:block/larch_log_stripped_top",
"side": "bloomingnature:block/larch_log_stripped"
}
}

View File

@@ -0,0 +1,7 @@
{
"parent": "block/log",
"textures": {
"top": "bloomingnature:block/swamp_cypress_log_stripped_top",
"side": "bloomingnature:block/swamp_cypress_log_stripped_side"
}
}

View File

@@ -0,0 +1,7 @@
{
"parent": "block/log",
"textures": {
"top": "bloomingnature:block/swamp_oak_log_stripped_top",
"side": "bloomingnature:block/swamp_oak_log_stripped"
}
}

View File

@@ -0,0 +1,7 @@
{
"parent": "block/log",
"textures": {
"top": "bloomingnature:block/swamp_cypress_log_top",
"side": "bloomingnature:block/swamp_cypress_log_side"
}
}

View File

@@ -0,0 +1,7 @@
{
"parent": "block/log",
"textures": {
"top": "bloomingnature:block/swamp_oak_log_top",
"side": "bloomingnature:block/swamp_oak_log_side"
}
}

View File

@@ -0,0 +1,18 @@
{
"variants": {
"axis=y": {
"model": "botania:block/dreamwood_log"
},
"axis=z": {
"model": "botania:block/dreamwood_log",
"x": 90,
"y": 180
},
"axis=x": {
"model": "botania:block/dreamwood_log",
"x": 90,
"y": 90,
"z": 90
}
}
}

View File

@@ -0,0 +1,18 @@
{
"variants": {
"axis=y": {
"model": "botania:block/glimmering_dreamwood_log"
},
"axis=z": {
"model": "botania:block/glimmering_dreamwood_log",
"x": 90,
"y": 180
},
"axis=x": {
"model": "botania:block/glimmering_dreamwood_log",
"x": 90,
"y": 90,
"z": 90
}
}
}

View File

@@ -0,0 +1,18 @@
{
"variants": {
"axis=y": {
"model": "botania:block/glimmering_livingwood_log"
},
"axis=z": {
"model": "botania:block/glimmering_livingwood_log",
"x": 90,
"y": 180
},
"axis=x": {
"model": "botania:block/glimmering_livingwood_log",
"x": 90,
"y": 90,
"z": 90
}
}
}

View File

@@ -0,0 +1,18 @@
{
"variants": {
"axis=y": {
"model": "botania:block/glimmering_stripped_dreamwood_log"
},
"axis=z": {
"model": "botania:block/glimmering_stripped_dreamwood_log",
"x": 90,
"y": 180
},
"axis=x": {
"model": "botania:block/glimmering_stripped_dreamwood_log",
"x": 90,
"y": 90,
"z": 90
}
}
}

View File

@@ -0,0 +1,18 @@
{
"variants": {
"axis=y": {
"model": "botania:block/glimmering_stripped_livingwood_log"
},
"axis=z": {
"model": "botania:block/glimmering_stripped_livingwood_log",
"x": 90,
"y": 180
},
"axis=x": {
"model": "botania:block/glimmering_stripped_livingwood_log",
"x": 90,
"y": 90,
"z": 90
}
}
}

View File

@@ -0,0 +1,18 @@
{
"variants": {
"axis=y": {
"model": "botania:block/livingwood_log"
},
"axis=z": {
"model": "botania:block/livingwood_log",
"x": 90,
"y": 180
},
"axis=x": {
"model": "botania:block/livingwood_log",
"x": 90,
"y": 90,
"z": 90
}
}
}

View File

@@ -0,0 +1,18 @@
{
"variants": {
"axis=y": {
"model": "botania:block/stripped_dreamwood_log"
},
"axis=z": {
"model": "botania:block/stripped_dreamwood_log",
"x": 90,
"y": 180
},
"axis=x": {
"model": "botania:block/stripped_dreamwood_log",
"x": 90,
"y": 90,
"z": 90
}
}
}

View File

@@ -0,0 +1,18 @@
{
"variants": {
"axis=y": {
"model": "botania:block/stripped_livingwood_log"
},
"axis=z": {
"model": "botania:block/stripped_livingwood_log",
"x": 90,
"y": 180
},
"axis=x": {
"model": "botania:block/stripped_livingwood_log",
"x": 90,
"y": 90,
"z": 90
}
}
}

Some files were not shown because too many files have changed in this diff Show More