Skip to content

Commit 2445495

Browse files
committed
Fixed Recipe Maps and Empty Fuel Cell
1 parent 50abb38 commit 2445495

19 files changed

Lines changed: 94 additions & 3 deletions

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.10.0
9+
mod_version = 0.10.1
1010
mod_description = The Core of Cosmic Frontiers!
1111
mod_authors = Ghostipedia
1212
mod_license = Code : LGPL-3.0 , Assets: Refer to Github.

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -814,6 +814,9 @@
814814
"item.cosmiccore.flesh_packed_neptunium_fuel": "ןǝnℲ ɯnıunʇdǝN pǝʞɔɐԀ ɥsǝןℲ",
815815
"item.cosmiccore.flesh_packed_plutonium_fuel": "ןǝnℲ ɯnıuoʇnןԀ pǝʞɔɐԀ ɥsǝןℲ",
816816
"item.cosmiccore.flesh_packed_uranium_fuel": "ןǝnℲ ɯnıuɐɹ∩ pǝʞɔɐԀ ɥsǝןℲ",
817+
"item.cosmiccore.fleshy_neptunium_waste": "ǝʇsɐM ɯnıunʇdǝN ʎɥsǝןℲ ɔıןןɐʇǝW-oıᗺ",
818+
"item.cosmiccore.fleshy_plutonium_waste": "ǝʇsɐM ɯnıuoʇnןԀ ʎɥsǝןℲ ɔıןןɐʇǝW-oıᗺ",
819+
"item.cosmiccore.fleshy_uranium_waste": "ǝʇsɐM ɯnıuɐɹ∩ ʎɥsǝןℲ ɔıןןɐʇǝW-oıᗺ",
817820
"item.cosmiccore.freight_beetle_grade_1": "Ɩ˙ʞW ǝןʇǝǝᗺ ʇɥbıǝɹℲ",
818821
"item.cosmiccore.freight_beetle_grade_2": "ᄅ˙ʞW ǝןʇǝǝᗺ ʇɥbıǝɹℲ",
819822
"item.cosmiccore.freight_beetle_grade_3": "Ɛ˙ʞW ǝןʇǝǝᗺ ʇɥbıǝɹℲ",
@@ -989,6 +992,7 @@
989992
"item.cosmiccore.suelescent_processor_assembly": "ʎןqɯǝssⱯ ɹossǝɔoɹԀ ʇuǝɔsǝןǝnS",
990993
"item.cosmiccore.suelescent_processor_mainframe": "ǝɯɐɹɟuıɐW ɹossǝɔoɹԀ ʇuǝɔsǝןǝnS",
991994
"item.cosmiccore.suelescent_processor_supercomputer": "ɹǝʇndɯoɔɹǝdnS ɹossǝɔoɹԀ ʇuǝɔsǝןǝnS",
995+
"item.cosmiccore.superheated_fuel_rod": "poᴚ ןǝnℲ pǝʇɐǝɥɹǝdnS",
992996
"item.cosmiccore.tenaebrum": "]ɯnɹqǝɐuǝ⟘[ - ןıxǝΛ",
993997
"item.cosmiccore.tessaron": "]uoɹɐssǝ⟘[ - ןıxǝΛ",
994998
"item.cosmiccore.thaumica_wafer": "]ɐuɐɔɹⱯ[ ɹǝɟɐM ɐɔıɯnɐɥ⟘",

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -814,6 +814,9 @@
814814
"item.cosmiccore.flesh_packed_neptunium_fuel": "Flesh Packed Neptunium Fuel",
815815
"item.cosmiccore.flesh_packed_plutonium_fuel": "Flesh Packed Plutonium Fuel",
816816
"item.cosmiccore.flesh_packed_uranium_fuel": "Flesh Packed Uranium Fuel",
817+
"item.cosmiccore.fleshy_neptunium_waste": "Bio-Metallic Fleshy Neptunium Waste",
818+
"item.cosmiccore.fleshy_plutonium_waste": "Bio-Metallic Fleshy Plutonium Waste",
819+
"item.cosmiccore.fleshy_uranium_waste": "Bio-Metallic Fleshy Uranium Waste",
817820
"item.cosmiccore.freight_beetle_grade_1": "Freight Beetle Mk.1",
818821
"item.cosmiccore.freight_beetle_grade_2": "Freight Beetle Mk.2",
819822
"item.cosmiccore.freight_beetle_grade_3": "Freight Beetle Mk.3",
@@ -989,6 +992,7 @@
989992
"item.cosmiccore.suelescent_processor_assembly": "Suelescent Processor Assembly",
990993
"item.cosmiccore.suelescent_processor_mainframe": "Suelescent Processor Mainframe",
991994
"item.cosmiccore.suelescent_processor_supercomputer": "Suelescent Processor Supercomputer",
995+
"item.cosmiccore.superheated_fuel_rod": "Superheated Fuel Rod",
992996
"item.cosmiccore.tenaebrum": "Vexil - [Tenaebrum]",
993997
"item.cosmiccore.tessaron": "Vexil - [Tessaron]",
994998
"item.cosmiccore.thaumica_wafer": "Thaumica Wafer [Arcana]",
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"parent": "minecraft:item/generated",
3+
"textures": {
4+
"layer0": "cosmiccore:item/fleshy_neptunium_waste"
5+
}
6+
}
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"parent": "minecraft:item/generated",
3+
"textures": {
4+
"layer0": "cosmiccore:item/fleshy_plutonium_waste"
5+
}
6+
}
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"parent": "minecraft:item/generated",
3+
"textures": {
4+
"layer0": "cosmiccore:item/fleshy_uranium_waste"
5+
}
6+
}
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"parent": "minecraft:item/generated",
3+
"textures": {
4+
"layer0": "cosmiccore:item/superheated_fuel_rod"
5+
}
6+
}

src/main/java/com/ghostipedia/cosmiccore/common/data/CosmicItems.java

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2527,6 +2527,41 @@ public boolean isFoil(ItemStack stack) {
25272527
.defaultModel()
25282528
.register();
25292529

2530+
public static final ItemEntry<ComponentItem> SUPERHEATED_FUEL_ROD = REGISTRATE
2531+
.item("superheated_fuel_rod", ComponentItem::create)
2532+
.lang("Superheated Fuel Rod")
2533+
.properties(p -> p.stacksTo(1))
2534+
.defaultModel()
2535+
.register();
2536+
2537+
public static final ItemEntry<ComponentItem> EMPTY_FUEL_ROD = REGISTRATE
2538+
.item("empty_fuel_rod", ComponentItem::create)
2539+
.lang("Empty Fuel Rod")
2540+
.properties(p -> p.stacksTo(16))
2541+
.defaultModel()
2542+
.register();
2543+
2544+
public static final ItemEntry<ComponentItem> FLESH_WASTE_URANIUM = REGISTRATE
2545+
.item("fleshy_uranium_waste", ComponentItem::create)
2546+
.lang("Bio-Metallic Fleshy Uranium Waste")
2547+
.properties(p -> p.stacksTo(64))
2548+
.defaultModel()
2549+
.register();
2550+
2551+
public static final ItemEntry<ComponentItem> FLESH_WASTE_PLUTONIUM = REGISTRATE
2552+
.item("fleshy_plutonium_waste", ComponentItem::create)
2553+
.lang("Bio-Metallic Fleshy Plutonium Waste")
2554+
.properties(p -> p.stacksTo(64))
2555+
.defaultModel()
2556+
.register();
2557+
2558+
public static final ItemEntry<ComponentItem> FLESH_WASTE_NEPTUNIUM = REGISTRATE
2559+
.item("fleshy_neptunium_waste", ComponentItem::create)
2560+
.lang("Bio-Metallic Fleshy Neptunium Waste")
2561+
.properties(p -> p.stacksTo(64))
2562+
.defaultModel()
2563+
.register();
2564+
25302565
public static ICustomDescriptionId cellName() {
25312566
return new ICustomDescriptionId() {
25322567

src/main/java/com/ghostipedia/cosmiccore/common/machine/multiblock/multi/AtomicReconstructor.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ public class AtomicReconstructor {
2727
WorkableElectricMultiblockMachine::new)
2828
.langValue("§6Radbolt Atomic Reconstructor")
2929
.rotationState(RotationState.NON_Y_AXIS)
30-
.recipeType(CosmicRecipeTypes.VILE_FISSION)
30+
.recipeType(CosmicRecipeTypes.RADBOLT_RECONSTRUCTOR)
3131
.appearanceBlock(ETHERSTEEL_PLATED_ASH_TILES)
3232
.partAppearance((controller, part, side) -> ETHERSTEEL_PLATED_ASH_TILES.getDefaultState())
3333
.recipeModifiers(

src/main/java/com/ghostipedia/cosmiccore/common/machine/multiblock/multi/VoidSaltReactor.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ public class VoidSaltReactor {
2626
WorkableElectricMultiblockMachine::new)
2727
.langValue("§5Voidtouched Salt Fission Reactor")
2828
.rotationState(RotationState.NON_Y_AXIS)
29-
.recipeType(CosmicRecipeTypes.VILE_FISSION)
29+
.recipeType(CosmicRecipeTypes.VOID_SALT_FISSION)
3030
.appearanceBlock(HIGH_TEMP_FISSION_CASING)
3131
.partAppearance((controller, part, side) -> HIGH_TEMP_FISSION_CASING.getDefaultState())
3232
.recipeModifiers(

0 commit comments

Comments
 (0)