Skip to content

Commit 159f735

Browse files
author
mathi
committed
Refactor anti-radiation armor item classes and update recipe generation
1 parent 7842a12 commit 159f735

File tree

164 files changed

+4158
-374
lines changed

Some content is hidden

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

164 files changed

+4158
-374
lines changed

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ org.gradle.configuration-cache=true
1111
create_minecraft_version = 1.21.1
1212
#flywheel_minecraft_version = 1.20.1
1313
#create_version = 6.0.0-4
14-
create_version_range = [6.0.0,)
14+
create_version_range = [6.0.8,)
1515
#ponder_version = 1.0.36
1616
#flywheel_version = 1.0.0-215
1717
#registrate_version = MC1.20-1.3.3
Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
{
2+
"parent": "minecraft:recipes/root",
3+
"criteria": {
4+
"has_nether_star": {
5+
"conditions": {
6+
"items": [
7+
{
8+
"items": "minecraft:nether_star"
9+
}
10+
]
11+
},
12+
"trigger": "minecraft:inventory_changed"
13+
},
14+
"has_the_recipe": {
15+
"conditions": {
16+
"recipe": "createnuclear:crafting/enriched_soul_soil"
17+
},
18+
"trigger": "minecraft:recipe_unlocked"
19+
}
20+
},
21+
"requirements": [
22+
[
23+
"has_the_recipe",
24+
"has_nether_star"
25+
]
26+
],
27+
"rewards": {
28+
"recipes": [
29+
"createnuclear:crafting/enriched_soul_soil"
30+
]
31+
}
32+
}
Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
{
2+
"parent": "minecraft:recipes/root",
3+
"criteria": {
4+
"has_the_recipe": {
5+
"conditions": {
6+
"recipe": "createnuclear:shapeless/cloth/black_cloth"
7+
},
8+
"trigger": "minecraft:recipe_unlocked"
9+
},
10+
"has_white_cloth": {
11+
"conditions": {
12+
"items": [
13+
{
14+
"items": "createnuclear:white_cloth"
15+
}
16+
]
17+
},
18+
"trigger": "minecraft:inventory_changed"
19+
}
20+
},
21+
"requirements": [
22+
[
23+
"has_the_recipe",
24+
"has_white_cloth"
25+
]
26+
],
27+
"rewards": {
28+
"recipes": [
29+
"createnuclear:shapeless/cloth/black_cloth"
30+
]
31+
}
32+
}
Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
{
2+
"parent": "minecraft:recipes/root",
3+
"criteria": {
4+
"has_the_recipe": {
5+
"conditions": {
6+
"recipe": "createnuclear:shapeless/cloth/blue_cloth"
7+
},
8+
"trigger": "minecraft:recipe_unlocked"
9+
},
10+
"has_white_cloth": {
11+
"conditions": {
12+
"items": [
13+
{
14+
"items": "createnuclear:white_cloth"
15+
}
16+
]
17+
},
18+
"trigger": "minecraft:inventory_changed"
19+
}
20+
},
21+
"requirements": [
22+
[
23+
"has_the_recipe",
24+
"has_white_cloth"
25+
]
26+
],
27+
"rewards": {
28+
"recipes": [
29+
"createnuclear:shapeless/cloth/blue_cloth"
30+
]
31+
}
32+
}
Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
{
2+
"parent": "minecraft:recipes/root",
3+
"criteria": {
4+
"has_the_recipe": {
5+
"conditions": {
6+
"recipe": "createnuclear:shapeless/cloth/brown_cloth"
7+
},
8+
"trigger": "minecraft:recipe_unlocked"
9+
},
10+
"has_white_cloth": {
11+
"conditions": {
12+
"items": [
13+
{
14+
"items": "createnuclear:white_cloth"
15+
}
16+
]
17+
},
18+
"trigger": "minecraft:inventory_changed"
19+
}
20+
},
21+
"requirements": [
22+
[
23+
"has_the_recipe",
24+
"has_white_cloth"
25+
]
26+
],
27+
"rewards": {
28+
"recipes": [
29+
"createnuclear:shapeless/cloth/brown_cloth"
30+
]
31+
}
32+
}
Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
{
2+
"parent": "minecraft:recipes/root",
3+
"criteria": {
4+
"has_the_recipe": {
5+
"conditions": {
6+
"recipe": "createnuclear:shapeless/cloth/cyan_cloth"
7+
},
8+
"trigger": "minecraft:recipe_unlocked"
9+
},
10+
"has_white_cloth": {
11+
"conditions": {
12+
"items": [
13+
{
14+
"items": "createnuclear:white_cloth"
15+
}
16+
]
17+
},
18+
"trigger": "minecraft:inventory_changed"
19+
}
20+
},
21+
"requirements": [
22+
[
23+
"has_the_recipe",
24+
"has_white_cloth"
25+
]
26+
],
27+
"rewards": {
28+
"recipes": [
29+
"createnuclear:shapeless/cloth/cyan_cloth"
30+
]
31+
}
32+
}
Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
{
2+
"parent": "minecraft:recipes/root",
3+
"criteria": {
4+
"has_the_recipe": {
5+
"conditions": {
6+
"recipe": "createnuclear:shapeless/cloth/gray_cloth"
7+
},
8+
"trigger": "minecraft:recipe_unlocked"
9+
},
10+
"has_white_cloth": {
11+
"conditions": {
12+
"items": [
13+
{
14+
"items": "createnuclear:white_cloth"
15+
}
16+
]
17+
},
18+
"trigger": "minecraft:inventory_changed"
19+
}
20+
},
21+
"requirements": [
22+
[
23+
"has_the_recipe",
24+
"has_white_cloth"
25+
]
26+
],
27+
"rewards": {
28+
"recipes": [
29+
"createnuclear:shapeless/cloth/gray_cloth"
30+
]
31+
}
32+
}
Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
{
2+
"parent": "minecraft:recipes/root",
3+
"criteria": {
4+
"has_the_recipe": {
5+
"conditions": {
6+
"recipe": "createnuclear:shapeless/cloth/green_cloth"
7+
},
8+
"trigger": "minecraft:recipe_unlocked"
9+
},
10+
"has_white_cloth": {
11+
"conditions": {
12+
"items": [
13+
{
14+
"items": "createnuclear:white_cloth"
15+
}
16+
]
17+
},
18+
"trigger": "minecraft:inventory_changed"
19+
}
20+
},
21+
"requirements": [
22+
[
23+
"has_the_recipe",
24+
"has_white_cloth"
25+
]
26+
],
27+
"rewards": {
28+
"recipes": [
29+
"createnuclear:shapeless/cloth/green_cloth"
30+
]
31+
}
32+
}
Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
{
2+
"parent": "minecraft:recipes/root",
3+
"criteria": {
4+
"has_the_recipe": {
5+
"conditions": {
6+
"recipe": "createnuclear:shapeless/cloth/light_blue_cloth"
7+
},
8+
"trigger": "minecraft:recipe_unlocked"
9+
},
10+
"has_white_cloth": {
11+
"conditions": {
12+
"items": [
13+
{
14+
"items": "createnuclear:white_cloth"
15+
}
16+
]
17+
},
18+
"trigger": "minecraft:inventory_changed"
19+
}
20+
},
21+
"requirements": [
22+
[
23+
"has_the_recipe",
24+
"has_white_cloth"
25+
]
26+
],
27+
"rewards": {
28+
"recipes": [
29+
"createnuclear:shapeless/cloth/light_blue_cloth"
30+
]
31+
}
32+
}
Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
{
2+
"parent": "minecraft:recipes/root",
3+
"criteria": {
4+
"has_the_recipe": {
5+
"conditions": {
6+
"recipe": "createnuclear:shapeless/cloth/light_gray_cloth"
7+
},
8+
"trigger": "minecraft:recipe_unlocked"
9+
},
10+
"has_white_cloth": {
11+
"conditions": {
12+
"items": [
13+
{
14+
"items": "createnuclear:white_cloth"
15+
}
16+
]
17+
},
18+
"trigger": "minecraft:inventory_changed"
19+
}
20+
},
21+
"requirements": [
22+
[
23+
"has_the_recipe",
24+
"has_white_cloth"
25+
]
26+
],
27+
"rewards": {
28+
"recipes": [
29+
"createnuclear:shapeless/cloth/light_gray_cloth"
30+
]
31+
}
32+
}

0 commit comments

Comments
 (0)