Skip to content

Commit da090fc

Browse files
Add sterile hatches as a recipe capability (#121)
* Add sterile hatches as a recipe capability * Add sterile input as schema * fix kube schema * Change how we receive fluid ingredients * Data Gen Went Crazy --------- Co-authored-by: Ghostipedia <Ghostipedia@gmail.com>
1 parent ddf39a2 commit da090fc

112 files changed

Lines changed: 1243 additions & 182 deletions

File tree

Some content is hidden

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

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ org.gradle.caching = true
66
# Mod Properties
77
mod_id = cosmiccore
88
mod_name = Cosmic Core
9-
mod_version = 0.8.6
9+
mod_version = 0.8.7
1010
mod_description = The Core of Cosmic Frontiers!
1111
mod_authors = Ghostipedia
1212
mod_license = Code : LGPL-3.0 , Assets: Refer to Github.

gradle/forge.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[versions]
22
ldlib = "1.0.40.b"
3-
gtceu = "7.1.3"
3+
gtceu = "7.2.0-SNAPSHOT"
44
registrate = "MC1.20-1.3.11"
55
configuration = "3.1.0-forge"
66
mixinExtras = "0.2.0"

src/generated/resources/assets/cosmiccore/lang/en_ud.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -377,8 +377,10 @@
377377
"cosmiccore.recipe.fieldDecay": "ʇ/⟘%s :ʎɐɔǝᗡ pןǝıℲɟ§",
378378
"cosmiccore.recipe.fieldSlam": "⟘%s :pǝɯnsuoƆ pןǝıℲɟ§",
379379
"cosmiccore.recipe.minField": "⟘%s :ɥʇbuǝɹʇS pןǝıℲ ˙uıWɟ§",
380-
"cosmiccore.recipe.soulIn": "%s :ʇnduI ןnoS",
381-
"cosmiccore.recipe.soulOut": "%s :ʇndʇnO ןnoS",
380+
"cosmiccore.recipe.soul_in": "%s :ʇnduI ןnoS",
381+
"cosmiccore.recipe.soul_out": "%s :ʇndʇnO ןnoS",
382+
"cosmiccore.recipe.sterile_in": "%s %s :ɹǝzıןıɹǝʇS",
383+
"cosmiccore.recipe.sterile_out": "¿ᴚOᴚᴚƎ",
382384
"cosmiccore.rune_emotion_weak.1": "˙pǝʌɹǝsqo sı uoıʇɔɐǝɹ ⱯᴚƎ ǝʇǝןdɯoɔuı uⱯo§ㄥ§",
383385
"cosmiccore.rune_emotion_weak.2": "˙ǝʇɐɹqıʌ oʇ ǝʇɐןs ǝɥʇ ǝsnɐɔ suoıʇɔɐǝɹ ןɐɔıɯǝɥɔ puɐ ןɐuoıʇoɯǝ buoɹʇSo§ㄥ§",
384386
"cosmiccore.rune_vague": "˙buıssıɯ ǝq oʇ ɯǝǝs suoıʇoɯǝ ʇuǝʇɐꞀo§ㄥ§",

src/generated/resources/assets/cosmiccore/lang/en_us.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -377,8 +377,10 @@
377377
"cosmiccore.recipe.fieldDecay": "§fField Decay: %sT/t",
378378
"cosmiccore.recipe.fieldSlam": "§fField Consumed: %sT",
379379
"cosmiccore.recipe.minField": "§fMin. Field Strength: %sT",
380-
"cosmiccore.recipe.soulIn": "Soul Input: %s",
381-
"cosmiccore.recipe.soulOut": "Soul Output: %s",
380+
"cosmiccore.recipe.soul_in": "Soul Input: %s",
381+
"cosmiccore.recipe.soul_out": "Soul Output: %s",
382+
"cosmiccore.recipe.sterile_in": "Sterilizer: %s %s",
383+
"cosmiccore.recipe.sterile_out": "ERROR?",
382384
"cosmiccore.rune_emotion_weak.1": "§7§oAn incomplete ERA reaction is observed.",
383385
"cosmiccore.rune_emotion_weak.2": "§7§oStrong emotional and chemical reactions cause the slate to vibrate.",
384386
"cosmiccore.rune_vague": "§7§oLatent emotions seem to be missing.",

src/generated/resources/assets/cosmiccore/models/block/machine/drone_maintenance_interface.json

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,17 @@
88
"side"
99
],
1010
"variants": {
11-
"": {
11+
"is_formed=false": {
12+
"model": {
13+
"parent": "cosmiccore:block/machine/part/drone_hatch_maint",
14+
"textures": {
15+
"bottom": "gtceu:block/casings/voltage/ev/bottom",
16+
"side": "gtceu:block/casings/voltage/ev/side",
17+
"top": "gtceu:block/casings/voltage/ev/top"
18+
}
19+
}
20+
},
21+
"is_formed=true": {
1222
"model": {
1323
"parent": "cosmiccore:block/machine/part/drone_hatch_maint",
1424
"textures": {

src/generated/resources/assets/cosmiccore/models/block/machine/iv_16a_wireless_energy_dynamo.json

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,17 @@
88
"side"
99
],
1010
"variants": {
11-
"": {
11+
"is_formed=false": {
12+
"model": {
13+
"parent": "cosmiccore:block/machine/part/wireless_energy_16a",
14+
"textures": {
15+
"bottom": "gtceu:block/casings/voltage/iv/bottom",
16+
"side": "gtceu:block/casings/voltage/iv/side",
17+
"top": "gtceu:block/casings/voltage/iv/top"
18+
}
19+
}
20+
},
21+
"is_formed=true": {
1222
"model": {
1323
"parent": "cosmiccore:block/machine/part/wireless_energy_16a",
1424
"textures": {

src/generated/resources/assets/cosmiccore/models/block/machine/iv_16a_wireless_energy_hatch.json

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,17 @@
88
"side"
99
],
1010
"variants": {
11-
"": {
11+
"is_formed=false": {
12+
"model": {
13+
"parent": "cosmiccore:block/machine/part/wireless_energy_16a",
14+
"textures": {
15+
"bottom": "gtceu:block/casings/voltage/iv/bottom",
16+
"side": "gtceu:block/casings/voltage/iv/side",
17+
"top": "gtceu:block/casings/voltage/iv/top"
18+
}
19+
}
20+
},
21+
"is_formed=true": {
1222
"model": {
1323
"parent": "cosmiccore:block/machine/part/wireless_energy_16a",
1424
"textures": {

src/generated/resources/assets/cosmiccore/models/block/machine/iv_4a_wireless_energy_dynamo.json

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,17 @@
88
"side"
99
],
1010
"variants": {
11-
"": {
11+
"is_formed=false": {
12+
"model": {
13+
"parent": "cosmiccore:block/machine/part/wireless_energy_4a",
14+
"textures": {
15+
"bottom": "gtceu:block/casings/voltage/iv/bottom",
16+
"side": "gtceu:block/casings/voltage/iv/side",
17+
"top": "gtceu:block/casings/voltage/iv/top"
18+
}
19+
}
20+
},
21+
"is_formed=true": {
1222
"model": {
1323
"parent": "cosmiccore:block/machine/part/wireless_energy_4a",
1424
"textures": {

src/generated/resources/assets/cosmiccore/models/block/machine/iv_4a_wireless_energy_hatch.json

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,17 @@
88
"side"
99
],
1010
"variants": {
11-
"": {
11+
"is_formed=false": {
12+
"model": {
13+
"parent": "cosmiccore:block/machine/part/wireless_energy_4a",
14+
"textures": {
15+
"bottom": "gtceu:block/casings/voltage/iv/bottom",
16+
"side": "gtceu:block/casings/voltage/iv/side",
17+
"top": "gtceu:block/casings/voltage/iv/top"
18+
}
19+
}
20+
},
21+
"is_formed=true": {
1222
"model": {
1323
"parent": "cosmiccore:block/machine/part/wireless_energy_4a",
1424
"textures": {

src/generated/resources/assets/cosmiccore/models/block/machine/iv_soul_input_hatch.json

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,17 @@
88
"side"
99
],
1010
"variants": {
11-
"": {
11+
"is_formed=false": {
12+
"model": {
13+
"parent": "cosmiccore:block/machine/part/soul_hatch",
14+
"textures": {
15+
"bottom": "gtceu:block/casings/voltage/iv/bottom",
16+
"side": "gtceu:block/casings/voltage/iv/side",
17+
"top": "gtceu:block/casings/voltage/iv/top"
18+
}
19+
}
20+
},
21+
"is_formed=true": {
1222
"model": {
1323
"parent": "cosmiccore:block/machine/part/soul_hatch",
1424
"textures": {

0 commit comments

Comments
 (0)