Skip to content

Commit 75ddb8a

Browse files
committed
added composites and redirects for atmospheric, farmers delight, autumnity, supplementaries and windswept
1 parent 6dbd31b commit 75ddb8a

7 files changed

Lines changed: 65 additions & 0 deletions

File tree

common/src/main/resources/data/atmospheric/fieldguide/composites/plants.json renamed to common/src/main/resources/data/atmospheric/fieldguide/composites/atmospheric_composites.json

File renamed without changes.
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
{
2+
"entries": [
3+
{
4+
"source": "atmospheric:warm_wall_monkey_brush",
5+
"target": "atmospheric:warm_monkey_brush"
6+
},
7+
{
8+
"source": "atmospheric:hot_wall_monkey_brush",
9+
"target": "atmospheric:hot_monkey_brush"
10+
},
11+
{
12+
"source": "atmospheric:scalding_wall_monkey_brush",
13+
"target": "atmospheric:scalding_monkey_brush"
14+
}
15+
]
16+
}

common/src/main/resources/data/autumnity/fieldguide/composites/plants.json renamed to common/src/main/resources/data/autumnity/fieldguide/composites/autumnity_composites.json

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,19 @@
3737
"components": [
3838
"autumnity:large_pumpkin_slice"
3939
]
40+
},
41+
{
42+
"id": "autumnity:large_pumpkin_slice",
43+
"render": [
44+
"0,0,0|autumnity:large_pumpkin_slice|facing=north,half=bottom",
45+
"0,0,1|autumnity:large_pumpkin_slice|facing=west,half=bottom",
46+
"1,0,1|autumnity:large_pumpkin_slice|facing=south,half=bottom",
47+
"1,0,0|autumnity:large_pumpkin_slice|facing=east,half=bottom",
48+
"0,1,0|autumnity:large_pumpkin_slice|facing=north,half=top",
49+
"0,1,1|autumnity:large_pumpkin_slice|facing=west,half=top",
50+
"1,1,1|autumnity:large_pumpkin_slice|facing=south,half=top",
51+
"1,1,0|autumnity:large_pumpkin_slice|facing=east,half=top"
52+
]
4053
}
4154
]
4255
}
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
{
2+
"values": [
3+
{
4+
"id": "farmersdelight:rice",
5+
"render": [
6+
"farmersdelight:rice|age=3,supporting=true",
7+
"farmersdelight:rice_panicles|age=3"
8+
],
9+
"components": [
10+
"farmersdelight:rice",
11+
"farmersdelight:rice_panicles"
12+
]
13+
}
14+
]
15+
}
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
{
2+
"entries": [
3+
{
4+
"source": "farmersdelight:budding_tomatoes",
5+
"target": "farmersdelight:tomatoes"
6+
}
7+
]
8+
}
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
{
2+
"entries": [
3+
{
4+
"source": "supplementaries:stick_tomatoes",
5+
"target": "farmersdelight:tomatoes"
6+
},
7+
{
8+
"source": "supplementaries:rope_tomatoes",
9+
"target": "farmersdelight:tomatoes"
10+
}
11+
]
12+
}

common/src/main/resources/data/windswept/fieldguide/composites/plants.json renamed to common/src/main/resources/data/windswept/fieldguide/composites/windswept_composites.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@
2121
"structure_nbt": "windswept:pine",
2222
"components": [
2323
"windswept:pine_log",
24+
"windswept:weathered_pine_log",
2425
"windswept:pine_leaves"
2526
]
2627
},

0 commit comments

Comments
 (0)