Private
Public Access
1
0

Merge pull request 'feat/23-update_assets' (#26) from feat/23-update_assets into 1.20.1

Reviewed-on: #26
This commit is contained in:
2025-06-18 23:22:55 +00:00
11 changed files with 78 additions and 19 deletions

2
.gitignore vendored
View File

@ -1,6 +1,6 @@
### Assets
*.blend?
*.kra~
*~
### Minecraft
/src/generated/resources/.cache/*

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.

Binary file not shown.

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

Binary file not shown.

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

Binary file not shown.

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

Binary file not shown.

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

Binary file not shown.

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

Binary file not shown.

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

Binary file not shown.

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

Binary file not shown.

BIN
src/main/resources/logo.jpg (Stored with Git LFS)

Binary file not shown.