Skip to content

Commit 21552de

Browse files
committed
feat: concatenated language provider
1 parent d77449b commit 21552de

17 files changed

Lines changed: 216 additions & 2 deletions

File tree

src/generated/resources/.cache/0faa503884c6f408c80f571cb8ca032f0614e819

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// 1.21.1 2025-02-18T17:07:27.5259805 Block States: aether_unity
1+
// 1.21.1 2025-03-19T18:11:54.4026554 Block States: aether_unity
22
133489778ce50978d7fbd2590c21abbdf05a022e assets/aether_unity/blockstates/aether_mud.json
33
48538f93b8dfba4395c2eae484b89846b8e2ae28 assets/aether_unity/blockstates/aether_mud_bricks.json
44
a1ed75c60de8b85837fd4dd5ec8e42ed40e5fd37 assets/aether_unity/blockstates/aether_mud_brick_slab.json
@@ -33,7 +33,7 @@ aca328c1872547536027b8eb97c735aae0352315 assets/aether_unity/models/block/aether
3333
73f76ccfab5d340041edd268266d61399e46ca81 assets/aether_unity/models/block/aether_mud_brick_wall_side.json
3434
4bb383654dfd1b46e1560f6d9269adf0fe98ea10 assets/aether_unity/models/block/aether_mud_brick_wall_side_tall.json
3535
f18b47792ac9399cd6501b8bf454daba8e4c70cc assets/aether_unity/models/block/ambrosium_campfire.json
36-
3c0cfe345c048c45879b0b63b2de13431b0e7e5d assets/aether_unity/models/block/ambrosium_campfire_off.json
36+
3ff986320169da428f052d4ed394b519a8d1968c assets/aether_unity/models/block/ambrosium_campfire_off.json
3737
47559ff06f33f3d568b17b247637305608934496 assets/aether_unity/models/block/coarse_aether_dirt.json
3838
a6bd08a7fdeb66a684958e89f5974572ab33398c assets/aether_unity/models/block/enchanted_skyfern.json
3939
98bad45fb6904ffbbfe280d9e16d7bbdb5bd226b assets/aether_unity/models/block/flutemoss_block.json
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
// 1.21.1 2025-03-19T18:11:54.3966591 tintable_grass/Block States: aether_unity
2+
54bda3da23042866a8a48c23b585500ffae81306 packs/aether_unity/resource/tintable_grass/assets/aether/blockstates/aether_grass_block.json
3+
5a3296139f1dc40700dd3f7dbb45c427b1527854 packs/aether_unity/resource/tintable_grass/assets/aether/blockstates/potted_purple_flower.json
4+
246b4825d65adc36de81e9a5d1d5750e602e1cfe packs/aether_unity/resource/tintable_grass/assets/aether/blockstates/potted_white_flower.json
5+
50e657b3bc95a2e0aa7488afe4e01ab9118346c3 packs/aether_unity/resource/tintable_grass/assets/aether/blockstates/purple_flower.json
6+
982c370ae4cc072d982c5d82a5a6fe0c15f365a3 packs/aether_unity/resource/tintable_grass/assets/aether/blockstates/white_flower.json
7+
af636e0d141cf5a1eceb691520d58bfb589f4657 packs/aether_unity/resource/tintable_grass/assets/aether_unity/models/block/aether_grass_block.json
8+
3345af44435cb732d473c9d1dfb1780b9407f805 packs/aether_unity/resource/tintable_grass/assets/aether_unity/models/block/potted_purple_flower.json
9+
db76544c675e3c9b2a5728ae1fbadd4d07b20841 packs/aether_unity/resource/tintable_grass/assets/aether_unity/models/block/potted_white_flower.json
10+
a1a3bf0421e573899bc1bde1b77796eb96f7fd1f packs/aether_unity/resource/tintable_grass/assets/aether_unity/models/block/purple_flower.json
11+
b8c617e08fc1c7f1c523e57e654ead656f918710 packs/aether_unity/resource/tintable_grass/assets/aether_unity/models/block/white_flower.json

src/generated/resources/assets/aether_unity/models/block/ambrosium_campfire_off.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
{
22
"parent": "aether_unity:block/template/campfire_off",
3+
"render_type": "minecraft:cutout",
34
"textures": {
45
"log": "aether_unity:block/utility/ambrosium_campfire_log"
56
}
Lines changed: 72 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,72 @@
1+
{
2+
"variants": {
3+
"double_drops=false,snowy=false": [
4+
{
5+
"model": "aether_unity:block/aether_grass_block"
6+
},
7+
{
8+
"model": "aether_unity:block/aether_grass_block",
9+
"y": 90
10+
},
11+
{
12+
"model": "aether_unity:block/aether_grass_block",
13+
"y": 180
14+
},
15+
{
16+
"model": "aether_unity:block/aether_grass_block",
17+
"y": 270
18+
}
19+
],
20+
"double_drops=false,snowy=true": [
21+
{
22+
"model": "aether:block/aether_grass_block_snow"
23+
},
24+
{
25+
"model": "aether:block/aether_grass_block_snow",
26+
"y": 90
27+
},
28+
{
29+
"model": "aether:block/aether_grass_block_snow",
30+
"y": 180
31+
},
32+
{
33+
"model": "aether:block/aether_grass_block_snow",
34+
"y": 270
35+
}
36+
],
37+
"double_drops=true,snowy=false": [
38+
{
39+
"model": "aether_unity:block/aether_grass_block"
40+
},
41+
{
42+
"model": "aether_unity:block/aether_grass_block",
43+
"y": 90
44+
},
45+
{
46+
"model": "aether_unity:block/aether_grass_block",
47+
"y": 180
48+
},
49+
{
50+
"model": "aether_unity:block/aether_grass_block",
51+
"y": 270
52+
}
53+
],
54+
"double_drops=true,snowy=true": [
55+
{
56+
"model": "aether:block/aether_grass_block_snow"
57+
},
58+
{
59+
"model": "aether:block/aether_grass_block_snow",
60+
"y": 90
61+
},
62+
{
63+
"model": "aether:block/aether_grass_block_snow",
64+
"y": 180
65+
},
66+
{
67+
"model": "aether:block/aether_grass_block_snow",
68+
"y": 270
69+
}
70+
]
71+
}
72+
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{
2+
"variants": {
3+
"": {
4+
"model": "aether_unity:block/potted_purple_flower"
5+
}
6+
}
7+
}
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{
2+
"variants": {
3+
"": {
4+
"model": "aether_unity:block/potted_white_flower"
5+
}
6+
}
7+
}
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{
2+
"variants": {
3+
"": {
4+
"model": "aether_unity:block/purple_flower"
5+
}
6+
}
7+
}
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{
2+
"variants": {
3+
"": {
4+
"model": "aether_unity:block/white_flower"
5+
}
6+
}
7+
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
{
2+
"parent": "aether_unity:block/template/tinted_grass_block",
3+
"textures": {
4+
"bottom": "aether:block/natural/aether_dirt",
5+
"overlay": "aether:block/natural/aether_grass_block_side_overlay",
6+
"particle": "aether:block/natural/aether_dirt",
7+
"side": "aether:block/natural/aether_grass_block_top",
8+
"top": "aether:block/natural/aether_grass_block_side"
9+
}
10+
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
{
2+
"parent": "aether_unity:block/template/pot/flower_pot_tinted_overlay",
3+
"render_type": "minecraft:cutout",
4+
"textures": {
5+
"overlay": "aether_unity:block/natural/purple_flower_overlay",
6+
"plant": "aether_unity:block/natural/purple_flower"
7+
}
8+
}

0 commit comments

Comments
 (0)