Skip to content

Commit 9e4b465

Browse files
committed
Convert manual json into proper datagen.
1 parent 0c4da71 commit 9e4b465

36 files changed

Lines changed: 358 additions & 110 deletions

File tree

common/src/main/generated/resources/assets/generations_core/lang/en_us.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3419,4 +3419,4 @@
34193419
"painting.generations_core.town_map_sprite.author": "Pokemon",
34203420
"painting.generations_core.town_map_sprite.title": "Town Map Sprite",
34213421
"upgrade.minecraft.ultrite_upgrade": "Ultrite Upgrade Smithing Template"
3422-
}
3422+
}
Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
{
2+
"parent": "minecraft:recipes/root",
3+
"criteria": {
4+
"has_the_recipe": {
5+
"conditions": {
6+
"recipe": "generations_core:rks/slowbronite"
7+
},
8+
"trigger": "minecraft:recipe_unlocked"
9+
},
10+
"key_stone": {
11+
"conditions": {
12+
"items": [
13+
{
14+
"items": [
15+
"generations_core:key_stone"
16+
]
17+
}
18+
]
19+
},
20+
"trigger": "minecraft:inventory_changed"
21+
}
22+
},
23+
"requirements": [
24+
[
25+
"key_stone",
26+
"has_the_recipe"
27+
]
28+
],
29+
"rewards": {
30+
"recipes": [
31+
"generations_core:rks/slowbronite"
32+
]
33+
},
34+
"sends_telemetry_event": true
35+
}
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"type": "forge:add_features",
3+
"biomes": "#minecraft:is_overworld",
4+
"features": "generations_core:ore_megastone",
5+
"step": "underground_ores"
6+
}
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"type": "forge:add_features",
3+
"biomes": "#minecraft:is_overworld",
4+
"features": "generations_core:ore_meteorite",
5+
"step": "underground_ores"
6+
}
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"type": "forge:add_features",
3+
"biomes": "#minecraft:is_overworld",
4+
"features": "generations_core:ore_z_crystal",
5+
"step": "underground_ores"
6+
}

common/src/main/generated/resources/data/generations_core/loot_tables/chests/beast_ball.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -345,4 +345,4 @@
345345
}
346346
],
347347
"random_sequence": "generations_core:chests/beast_ball"
348-
}
348+
}

common/src/main/generated/resources/data/generations_core/loot_tables/chests/dream_ball.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -525,4 +525,4 @@
525525
}
526526
],
527527
"random_sequence": "generations_core:chests/dream_ball"
528-
}
528+
}

common/src/main/generated/resources/data/generations_core/loot_tables/chests/jet_ball.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -389,4 +389,4 @@
389389
}
390390
],
391391
"random_sequence": "generations_core:chests/jet_ball"
392-
}
392+
}

common/src/main/generated/resources/data/generations_core/loot_tables/chests/leaden_ball.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -397,4 +397,4 @@
397397
}
398398
],
399399
"random_sequence": "generations_core:chests/leaden_ball"
400-
}
400+
}

common/src/main/generated/resources/data/generations_core/loot_tables/chests/level_ball.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -513,4 +513,4 @@
513513
}
514514
],
515515
"random_sequence": "generations_core:chests/level_ball"
516-
}
516+
}

0 commit comments

Comments
 (0)