Skip to content

Commit 625d229

Browse files
committed
Adding generated, updating tags & loot tables REGISTRATE & Datagen Part 3
1 parent f68756a commit 625d229

File tree

198 files changed

+303
-4221
lines changed

Some content is hidden

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

198 files changed

+303
-4221
lines changed

gradlew

100644100755
File mode changed.

src/generated/resources/.cache/db0acf1e60a88c86a254732abae8d466f3716d15

Lines changed: 0 additions & 593 deletions
This file was deleted.
Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
{
22
"values": [
3-
"creatingspace:nickel_ore"
3+
"creatingspace:nickel_ore",
4+
"creatingspace:deepslate_nickel_ore",
5+
"creatingspace:moon_nickel_ore",
6+
"creatingspace:moon_cobalt_ore",
7+
"creatingspace:moon_aluminum_ore"
48
]
59
}

src/main/resources/data/create/tags/blocks/non_movable.json renamed to src/generated/resources/data/create/tags/block/non_movable.json

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
{
2-
3-
"replace": false,
42
"values": [
53
"creatingspace:clamps"
6-
]
4+
]
75
}

src/main/resources/data/create/tags/blocks/wrench_pickup.json renamed to src/generated/resources/data/create/tags/block/wrench_pickup.json

Lines changed: 8 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,21 @@
11
{
2-
"replace": false,
32
"values": [
3+
"creatingspace:rocket_engineer_table",
44
"creatingspace:small_rocket_engine",
5-
"creatingspace:small_engine_structure",
5+
"creatingspace:rocket_engine",
66
"creatingspace:big_rocket_engine",
77
"creatingspace:big_engine_structure",
88
"creatingspace:engine_structure",
9-
"creatingspace:rocket_engine",
10-
"creatingspace:chemical_synthesizer",
9+
"creatingspace:small_engine_structure",
10+
"creatingspace:clamps",
11+
"creatingspace:rocket_casing",
12+
"creatingspace:rocket_controls",
13+
"creatingspace:flight_recorder",
1114
"creatingspace:mechanical_electrolyzer",
12-
"creatingspace:chemical_synthesizer",
1315
"creatingspace:catalyst_carrier",
14-
"creatingspace:rocket_generator",
15-
"creatingspace:air_liquefier",
1616
"creatingspace:oxygen_sealer",
17-
"creatingspace:rocket_controls",
17+
"creatingspace:air_liquefier",
1818
"creatingspace:flow_meter",
19-
"creatingspace:rocket_casing",
20-
"creatingspace:clamps",
21-
"creatingspace:flight_recorder",
22-
"creatingspace:clamps",
2319
"creatingspace:copper_oxygen_backtank",
2420
"creatingspace:netherite_oxygen_backtank",
2521
"creatingspace:cryogenic_tank"

src/generated/resources/data/creatingspace/loot_table/blocks/deepslate_nickel_ore.json

Lines changed: 38 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,46 @@
33
"pools": [
44
{
55
"bonus_rolls": 0.0,
6-
"conditions": [
7-
{
8-
"condition": "minecraft:survives_explosion"
9-
}
10-
],
116
"entries": [
127
{
13-
"type": "minecraft:item",
14-
"name": "creatingspace:deepslate_nickel_ore"
8+
"type": "minecraft:alternatives",
9+
"children": [
10+
{
11+
"type": "minecraft:item",
12+
"conditions": [
13+
{
14+
"condition": "minecraft:match_tool",
15+
"predicate": {
16+
"predicates": {
17+
"minecraft:enchantments": [
18+
{
19+
"enchantments": "minecraft:silk_touch",
20+
"levels": {
21+
"min": 1
22+
}
23+
}
24+
]
25+
}
26+
}
27+
}
28+
],
29+
"name": "creatingspace:deepslate_nickel_ore"
30+
},
31+
{
32+
"type": "minecraft:item",
33+
"functions": [
34+
{
35+
"enchantment": "minecraft:fortune",
36+
"formula": "minecraft:ore_drops",
37+
"function": "minecraft:apply_bonus"
38+
},
39+
{
40+
"function": "minecraft:explosion_decay"
41+
}
42+
],
43+
"name": "creatingspace:raw_nickel"
44+
}
45+
]
1546
}
1647
],
1748
"rolls": 1.0

src/generated/resources/data/creatingspace/loot_table/blocks/moon_aluminum_ore.json

Lines changed: 38 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,46 @@
33
"pools": [
44
{
55
"bonus_rolls": 0.0,
6-
"conditions": [
7-
{
8-
"condition": "minecraft:survives_explosion"
9-
}
10-
],
116
"entries": [
127
{
13-
"type": "minecraft:item",
14-
"name": "creatingspace:moon_aluminum_ore"
8+
"type": "minecraft:alternatives",
9+
"children": [
10+
{
11+
"type": "minecraft:item",
12+
"conditions": [
13+
{
14+
"condition": "minecraft:match_tool",
15+
"predicate": {
16+
"predicates": {
17+
"minecraft:enchantments": [
18+
{
19+
"enchantments": "minecraft:silk_touch",
20+
"levels": {
21+
"min": 1
22+
}
23+
}
24+
]
25+
}
26+
}
27+
}
28+
],
29+
"name": "creatingspace:moon_aluminum_ore"
30+
},
31+
{
32+
"type": "minecraft:item",
33+
"functions": [
34+
{
35+
"enchantment": "minecraft:fortune",
36+
"formula": "minecraft:ore_drops",
37+
"function": "minecraft:apply_bonus"
38+
},
39+
{
40+
"function": "minecraft:explosion_decay"
41+
}
42+
],
43+
"name": "creatingspace:raw_aluminum"
44+
}
45+
]
1546
}
1647
],
1748
"rolls": 1.0

src/generated/resources/data/creatingspace/loot_table/blocks/moon_cobalt_ore.json

Lines changed: 38 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,46 @@
33
"pools": [
44
{
55
"bonus_rolls": 0.0,
6-
"conditions": [
7-
{
8-
"condition": "minecraft:survives_explosion"
9-
}
10-
],
116
"entries": [
127
{
13-
"type": "minecraft:item",
14-
"name": "creatingspace:moon_cobalt_ore"
8+
"type": "minecraft:alternatives",
9+
"children": [
10+
{
11+
"type": "minecraft:item",
12+
"conditions": [
13+
{
14+
"condition": "minecraft:match_tool",
15+
"predicate": {
16+
"predicates": {
17+
"minecraft:enchantments": [
18+
{
19+
"enchantments": "minecraft:silk_touch",
20+
"levels": {
21+
"min": 1
22+
}
23+
}
24+
]
25+
}
26+
}
27+
}
28+
],
29+
"name": "creatingspace:moon_cobalt_ore"
30+
},
31+
{
32+
"type": "minecraft:item",
33+
"functions": [
34+
{
35+
"enchantment": "minecraft:fortune",
36+
"formula": "minecraft:ore_drops",
37+
"function": "minecraft:apply_bonus"
38+
},
39+
{
40+
"function": "minecraft:explosion_decay"
41+
}
42+
],
43+
"name": "creatingspace:raw_cobalt"
44+
}
45+
]
1546
}
1647
],
1748
"rolls": 1.0

src/generated/resources/data/creatingspace/loot_table/blocks/moon_nickel_ore.json

Lines changed: 38 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,46 @@
33
"pools": [
44
{
55
"bonus_rolls": 0.0,
6-
"conditions": [
7-
{
8-
"condition": "minecraft:survives_explosion"
9-
}
10-
],
116
"entries": [
127
{
13-
"type": "minecraft:item",
14-
"name": "creatingspace:moon_nickel_ore"
8+
"type": "minecraft:alternatives",
9+
"children": [
10+
{
11+
"type": "minecraft:item",
12+
"conditions": [
13+
{
14+
"condition": "minecraft:match_tool",
15+
"predicate": {
16+
"predicates": {
17+
"minecraft:enchantments": [
18+
{
19+
"enchantments": "minecraft:silk_touch",
20+
"levels": {
21+
"min": 1
22+
}
23+
}
24+
]
25+
}
26+
}
27+
}
28+
],
29+
"name": "creatingspace:moon_nickel_ore"
30+
},
31+
{
32+
"type": "minecraft:item",
33+
"functions": [
34+
{
35+
"enchantment": "minecraft:fortune",
36+
"formula": "minecraft:ore_drops",
37+
"function": "minecraft:apply_bonus"
38+
},
39+
{
40+
"function": "minecraft:explosion_decay"
41+
}
42+
],
43+
"name": "creatingspace:raw_nickel"
44+
}
45+
]
1546
}
1647
],
1748
"rolls": 1.0

src/generated/resources/data/creatingspace/loot_table/blocks/nickel_ore.json

Lines changed: 38 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,46 @@
33
"pools": [
44
{
55
"bonus_rolls": 0.0,
6-
"conditions": [
7-
{
8-
"condition": "minecraft:survives_explosion"
9-
}
10-
],
116
"entries": [
127
{
13-
"type": "minecraft:item",
14-
"name": "creatingspace:nickel_ore"
8+
"type": "minecraft:alternatives",
9+
"children": [
10+
{
11+
"type": "minecraft:item",
12+
"conditions": [
13+
{
14+
"condition": "minecraft:match_tool",
15+
"predicate": {
16+
"predicates": {
17+
"minecraft:enchantments": [
18+
{
19+
"enchantments": "minecraft:silk_touch",
20+
"levels": {
21+
"min": 1
22+
}
23+
}
24+
]
25+
}
26+
}
27+
}
28+
],
29+
"name": "creatingspace:nickel_ore"
30+
},
31+
{
32+
"type": "minecraft:item",
33+
"functions": [
34+
{
35+
"enchantment": "minecraft:fortune",
36+
"formula": "minecraft:ore_drops",
37+
"function": "minecraft:apply_bonus"
38+
},
39+
{
40+
"function": "minecraft:explosion_decay"
41+
}
42+
],
43+
"name": "creatingspace:raw_nickel"
44+
}
45+
]
1546
}
1647
],
1748
"rolls": 1.0

0 commit comments

Comments
 (0)