Skip to content

Commit d0b2112

Browse files
committed
Add Crystal Blocks
1 parent 3fe73f1 commit d0b2112

9 files changed

Lines changed: 66 additions & 99 deletions

File tree

models/blocks/apricorn_sapling.geo.json

Lines changed: 0 additions & 99 deletions
This file was deleted.

models/blocks/cross_planes.json

Lines changed: 47 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,47 @@
1+
{
2+
"format_version": "1.12.0",
3+
"minecraft:geometry": [
4+
{
5+
"description": {
6+
"identifier": "geometry.cross_planes",
7+
"texture_width": 16,
8+
"texture_height": 16,
9+
"visible_bounds_width": 4,
10+
"visible_bounds_height": 3,
11+
"visible_bounds_offset": [0, 0.5, 0]
12+
},
13+
"bones": [
14+
{
15+
"name": "block",
16+
"pivot": [0, 0, 0],
17+
"cubes": [
18+
{
19+
"origin": [-8, 0, 0],
20+
"size": [16, 16, 0],
21+
"pivot": [0, 0, 0],
22+
"rotation": [0, -135, 0],
23+
"uv": {
24+
"north": {
25+
"uv": [0, 0],
26+
"uv_size": [16, 16]
27+
}
28+
}
29+
},
30+
{
31+
"origin": [-8, 0, 0],
32+
"size": [16, 16, 0],
33+
"pivot": [0, 0, 0],
34+
"rotation": [0, 135, 0],
35+
"uv": {
36+
"north": {
37+
"uv": [0, 0],
38+
"uv_size": [16, 16]
39+
}
40+
}
41+
}
42+
]
43+
}
44+
]
45+
}
46+
]
47+
}
624 Bytes
Loading
647 Bytes
Loading
457 Bytes
Loading
351 Bytes
Loading
260 Bytes
Loading
219 Bytes
Loading

textures/terrain_texture.json

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -146,6 +146,25 @@
146146
"textures": "textures/blocks/materials/stones/dawn_stone_ore"
147147
},
148148

149+
"crystal_block": {
150+
"textures": "textures/blocks/materials/crystal/crystal_block"
151+
},
152+
"budding_crystal": {
153+
"textures": "textures/blocks/materials/crystal/budding_crystal"
154+
},
155+
"crystal_cluster": {
156+
"textures": "textures/blocks/materials/crystal/crystal_cluster"
157+
},
158+
"large_crystal_bud": {
159+
"textures": "textures/blocks/materials/crystal/large_crystal_bud"
160+
},
161+
"medium_crystal_bud": {
162+
"textures": "textures/blocks/materials/crystal/medium_crystal_bud"
163+
},
164+
"small_crystal_bud": {
165+
"textures": "textures/blocks/materials/crystal/small_crystal_bud"
166+
},
167+
149168
// Ores
150169
"amethyst_ore": {
151170
"textures": "textures/blocks/materials/amethyst/stone_ore"

0 commit comments

Comments
 (0)