-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Loading status checks…
All works :)
1 parent
73804ba
commit 9da2399
Showing
18 changed files
with
90 additions
and
43 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,3 @@ | ||
- Mod Updated to Gregtech 1.2.3.a | ||
- BEWARE! This is the last update on (Legacy or 0.1.0) version of the mod | ||
- completely new chains are coming are in the future which are not compatible... | ||
- ALWAYS BACKUP YOUR WORLDS BEFORE UPDATING! |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
{ | ||
"block.gtb.bacteria_bath": "ɥʇɐᗺ ɐıɹǝʇɔɐᗺ", | ||
"block.gtb.bacteria_generator": "ɹoʇɐɹǝuǝ⅁ ɐıɹǝʇɔɐᗺ", | ||
"block.gtb.collector": "ɹoʇɔǝןןoƆ", | ||
"item.gtb.bacteria_petri_dish": "ɥsıᗡ ıɹʇǝԀ ɐıɹǝʇɔɐᗺ", | ||
"item.gtb.sterile_petri_dish": "ɥsıᗡ ıɹʇǝԀ ǝןıɹɐʇS", | ||
"material.gtb.lud": "pnꞀ", | ||
"material.gtb.susium": "ɯnısnS" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
{ | ||
"block.gtb.bacteria_bath": "Bacteria Bath", | ||
"block.gtb.bacteria_generator": "Bacteria Generator", | ||
"block.gtb.collector": "Collector", | ||
"item.gtb.bacteria_petri_dish": "Bacteria Petri Dish", | ||
"item.gtb.sterile_petri_dish": "Starile Petri Dish", | ||
"material.gtb.lud": "Lud", | ||
"material.gtb.susium": "Susium" | ||
} |
6 changes: 6 additions & 0 deletions
6
src/generated/resources/assets/gtb/models/item/bacteria_petri_dish.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
{ | ||
"parent": "minecraft:item/generated", | ||
"textures": { | ||
"layer0": "gtb:item/bacteria_petri_dish" | ||
} | ||
} |
6 changes: 6 additions & 0 deletions
6
src/generated/resources/assets/gtb/models/item/sterile_petri_dish.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
{ | ||
"parent": "minecraft:item/generated", | ||
"textures": { | ||
"layer0": "gtb:item/sterile_petri_dish" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
{} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
25 changes: 25 additions & 0 deletions
25
src/main/java/stevee/gtb/data/recipe/energy/Bacteria_Energy.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
package stevee.gtb.data.recipe.energy; | ||
|
||
import com.gregtechceu.gtceu.api.recipe.GTRecipe; | ||
import com.gregtechceu.gtceu.common.data.*; | ||
import net.minecraft.data.recipes.FinishedRecipe; | ||
import stevee.gtb.GTBacteria; | ||
import stevee.gtb.common.data.GTBMachines; | ||
|
||
import java.util.function.Consumer; | ||
|
||
import static stevee.gtb.common.data.GTBRecipeTypes.*; | ||
import static com.gregtechceu.gtceu.api.GTValues.*; | ||
|
||
public class Bacteria_Energy { | ||
|
||
public static void init(Consumer<FinishedRecipe> provider) { | ||
|
||
BACTERIA_GENERATOR.recipeBuilder(GTBacteria.id("energy_from_bacteria")) | ||
.inputFluids(GTMaterials.Bacteria.getFluid(1)) | ||
.outputEU(VA[EV]) | ||
.circuitMeta(1) | ||
.duration(1).save(provider); | ||
|
||
} | ||
} |
This file was deleted.
Oops, something went wrong.
Binary file added
BIN
+438 Bytes
src/main/resources/assets/gtb/textures/item/bacteria_petri_dish.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.