Merge pull request 'feat/8-update_assets' (#9) from feat/8-update_assets into 1.20.1

Reviewed-on: #9
This commit is contained in:
2025-06-18 23:02:10 +00:00
24 changed files with 124 additions and 7 deletions

4
.gitattributes vendored
View File

@ -1,8 +1,8 @@
*.blend filter=lfs diff=lfs merge=lfs -text
*.obj filter=lfs diff=lfs merge=lfs -text
*.png filter=lfs diff=lfs merge=lfs -text
*.jpg filter=lfs diff=lfs merge=lfs -text
*.kra filter=lfs diff=lfs merge=lfs -text
*.obj filter=lfs diff=lfs merge=lfs -text
*.mtl filter=lfs diff=lfs merge=lfs -text
*.bbmodel filter=lfs diff=lfs merge=lfs -text
*.kra filter=lfs diff=lfs merge=lfs -text
*.ogg filter=lfs diff=lfs merge=lfs -text

4
.gitignore vendored
View File

@ -1,3 +1,7 @@
# Assets
*.blend?
*.kra~
# Treeplacer Datapack Generator
logs/*
mods/*

59
assets/images/README.md Normal file
View File

@ -0,0 +1,59 @@
# Composition guidelines
The following are guidelines for rendering image assets.
## General
### Color Management
- Filmic - Medium High Contrast
### World
- Global Illumination - 1.0
### Sun
- Strength - 5.0
### Volume
- Fournier-Forand
- IOR 1.0
- Density 0.01
## Icon
400 x 400 RGBA PNG
### Item
- Item should have a damped track to Camera and vice versa.
- No DOF.
### Block
- Camera position should be X=0.5, Y=1.0, Z=0.5.
- Camera angle should be X=90, Y=0, Z=150.
- Camera should have a damped track to block.
- Camera should have a rotation limit on the y axis.
- Camera no DOF.
- Camera orthographic @ scale 2.0.
## Banner
1200 x 400 RGB PNG
- Camera perspective @ focal length 50mm (1x).
- Camera DOF @ focus distance 5m (1x).
- Gap between icon and text should be 1 grid.
- Text is Minecraft font, size 72.
- Text has 4px stroke.
- Icon has default drop shadow.
## Logo
400 x 400 RGB PNG
- Camera perspective @ focal length 150mm (3x).
- Camera DOF @ focus distance 15m (3x).
## Card
200 x 300 RGB PNG
- Camera perspective @ focal length 150mm (3x).
- Camera DOF @ focus distance 15m (3x).
- Icon should be scaled down to half.
- Gap between icon and text should be 1 grid.
- Text is Minecraft font, size 26.
- Text has 2px stroke.
- Icon has default drop shadow.

BIN
assets/images/blender/treeplacer_wwee.blend (Stored with Git LFS) Normal file

Binary file not shown.

BIN
assets/images/blender/world-Alpha.png (Stored with Git LFS) Normal file

Binary file not shown.

BIN
assets/images/blender/world-RGB.png (Stored with Git LFS) Normal file

Binary file not shown.

BIN
assets/images/blender/world-RGBA.png (Stored with Git LFS) Normal file

Binary file not shown.

BIN
assets/images/blender/world.mtl (Stored with Git LFS) Normal file

Binary file not shown.

BIN
assets/images/blender/world.obj (Stored with Git LFS) Normal file

Binary file not shown.

BIN
assets/images/renders/banner-vignette.png (Stored with Git LFS) Normal file

Binary file not shown.

BIN
assets/images/renders/banner.png (Stored with Git LFS) Normal file

Binary file not shown.

BIN
assets/images/renders/card-vignette.png (Stored with Git LFS) Normal file

Binary file not shown.

BIN
assets/images/renders/card.png (Stored with Git LFS) Normal file

Binary file not shown.

BIN
assets/images/renders/icon.png (Stored with Git LFS) Normal file

Binary file not shown.

BIN
assets/images/renders/logo-vignette.png (Stored with Git LFS) Normal file

Binary file not shown.

BIN
assets/images/renders/logo.png (Stored with Git LFS) Normal file

Binary file not shown.

BIN
assets/images/web/banner.jpg (Stored with Git LFS) Normal file

Binary file not shown.

BIN
assets/images/web/banner.kra (Stored with Git LFS) Normal file

Binary file not shown.

BIN
assets/images/web/card.jpg (Stored with Git LFS) Normal file

Binary file not shown.

BIN
assets/images/web/card.kra (Stored with Git LFS) Normal file

Binary file not shown.

BIN
assets/images/web/logo.jpg (Stored with Git LFS) Normal file

Binary file not shown.

BIN
assets/images/web/logo.kra (Stored with Git LFS) Normal file

Binary file not shown.

BIN
logo.png (Stored with Git LFS)

Binary file not shown.

BIN
treeplacer_wwee/pack.png (Stored with Git LFS)

Binary file not shown.