Skip to content

Commit 187fde7

Browse files
26.1-snapshot-3
1 parent 613102e commit 187fde7

File tree

188 files changed

+232
-354
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

188 files changed

+232
-354
lines changed

gradle.properties

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ org.gradle.caching=true
99

1010
# Fabric Properties
1111
# Get new versions at https://fabricmc.net/develop and https://lambdaurora.dev/tools/import_quilt.html
12-
minecraft_version=26.1-snapshot-2
12+
minecraft_version=26.1-snapshot-3
1313
loader_version=0.18.4
1414

1515
# Mod Properties
@@ -21,9 +21,9 @@ maven_group = net.frozenblock
2121
archives_base_name = TrailierTales
2222

2323
# Dependencies
24-
fabric_api_version=0.141.2+26.1
25-
frozenlib_version=2.3-mc26.1-snapshot-2
26-
wilderwild_version=4.2.1-mc26.1-snapshot-1
24+
fabric_api_version=0.141.3+26.1
25+
frozenlib_version=2.3-mc26.1-snapshot-3
26+
wilderwild_version=4.2.1-mc26.1-snapshot-3
2727
# External Mods
2828
modmenu_version=17.0.0-alpha.1
2929
cloth_config_version=19.0.147

src/main/generated/assets/trailiertales/blockstates/dawntrail.json

Lines changed: 44 additions & 44 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,49 @@
11
{
22
"multipart": [
3+
{
4+
"apply": {
5+
"model": "trailiertales:block/dawntrail_stage_0",
6+
"y": 180
7+
},
8+
"when": {
9+
"age": "0",
10+
"south": "true"
11+
}
12+
},
13+
{
14+
"apply": {
15+
"model": "trailiertales:block/dawntrail_stage_1",
16+
"y": 180
17+
},
18+
"when": {
19+
"age": "1",
20+
"south": "true"
21+
}
22+
},
23+
{
24+
"apply": {
25+
"model": "trailiertales:block/dawntrail_stage_2",
26+
"y": 180
27+
},
28+
"when": {
29+
"age": "2",
30+
"south": "true"
31+
}
32+
},
33+
{
34+
"apply": {
35+
"model": "trailiertales:block/dawntrail",
36+
"y": 180
37+
},
38+
"when": {
39+
"down": "false",
40+
"east": "false",
41+
"north": "false",
42+
"south": "false",
43+
"up": "false",
44+
"west": "false"
45+
}
46+
},
347
{
448
"apply": {
549
"model": "trailiertales:block/dawntrail_stage_0",
@@ -215,50 +259,6 @@
215259
"up": "false",
216260
"west": "false"
217261
}
218-
},
219-
{
220-
"apply": {
221-
"model": "trailiertales:block/dawntrail_stage_0",
222-
"y": 180
223-
},
224-
"when": {
225-
"age": "0",
226-
"south": "true"
227-
}
228-
},
229-
{
230-
"apply": {
231-
"model": "trailiertales:block/dawntrail_stage_1",
232-
"y": 180
233-
},
234-
"when": {
235-
"age": "1",
236-
"south": "true"
237-
}
238-
},
239-
{
240-
"apply": {
241-
"model": "trailiertales:block/dawntrail_stage_2",
242-
"y": 180
243-
},
244-
"when": {
245-
"age": "2",
246-
"south": "true"
247-
}
248-
},
249-
{
250-
"apply": {
251-
"model": "trailiertales:block/dawntrail",
252-
"y": 180
253-
},
254-
"when": {
255-
"down": "false",
256-
"east": "false",
257-
"north": "false",
258-
"south": "false",
259-
"up": "false",
260-
"west": "false"
261-
}
262262
}
263263
]
264264
}

src/main/generated/data/trailiertales/advancement/adventure/tomb_raider.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@
2323
"translate": "advancements.adventure.tomb_raider.description"
2424
},
2525
"icon": {
26-
"count": 1,
2726
"id": "minecraft:deepslate_bricks"
2827
},
2928
"title": {

src/main/generated/data/trailiertales/advancement/adventure/walk_in_ectoplasm_block.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@
2525
"translate": "advancements.adventure.walk_in_ectoplasm_block.description"
2626
},
2727
"icon": {
28-
"count": 1,
2928
"id": "trailiertales:ectoplasm_block"
3029
},
3130
"title": {

src/main/generated/data/trailiertales/recipe/andesite_brick_stairs_from_andesite_bricks_stonecutting.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
"type": "minecraft:stonecutting",
33
"ingredient": "trailiertales:andesite_bricks",
44
"result": {
5-
"count": 1,
65
"id": "trailiertales:andesite_brick_stairs"
76
}
87
}

src/main/generated/data/trailiertales/recipe/andesite_brick_stairs_from_andesite_stonecutting.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
"type": "minecraft:stonecutting",
33
"ingredient": "minecraft:andesite",
44
"result": {
5-
"count": 1,
65
"id": "trailiertales:andesite_brick_stairs"
76
}
87
}

src/main/generated/data/trailiertales/recipe/andesite_brick_stairs_from_polished_andesite_stonecutting.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
"type": "minecraft:stonecutting",
33
"ingredient": "minecraft:polished_andesite",
44
"result": {
5-
"count": 1,
65
"id": "trailiertales:andesite_brick_stairs"
76
}
87
}

src/main/generated/data/trailiertales/recipe/andesite_brick_wall_from_andesite_bricks_stonecutting.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
"type": "minecraft:stonecutting",
33
"ingredient": "trailiertales:andesite_bricks",
44
"result": {
5-
"count": 1,
65
"id": "trailiertales:andesite_brick_wall"
76
}
87
}

src/main/generated/data/trailiertales/recipe/andesite_brick_wall_from_andesite_stonecutting.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
"type": "minecraft:stonecutting",
33
"ingredient": "minecraft:andesite",
44
"result": {
5-
"count": 1,
65
"id": "trailiertales:andesite_brick_wall"
76
}
87
}

src/main/generated/data/trailiertales/recipe/andesite_brick_wall_from_polished_andesite_stonecutting.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
"type": "minecraft:stonecutting",
33
"ingredient": "minecraft:polished_andesite",
44
"result": {
5-
"count": 1,
65
"id": "trailiertales:andesite_brick_wall"
76
}
87
}

0 commit comments

Comments
 (0)