Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add the poopline #3373

Draft
wants to merge 7 commits into
base: master
Choose a base branch
from
Draft

Add the poopline #3373

wants to merge 7 commits into from

Conversation

BlueHero233
Copy link
Member

This PR will try to make the GT++ Biocomposite Collector and Agricultural Sewer some what useful as a early LV powergen method, right now its gated at LuV/HV and has too high a cost in materials and expandability

Known issues right now:
TileEntityBaseFluidCollector uses a weird CoverInfo getter that just returns null, throwing a NullPointerException when you try to place a item conduit or item pipe to extract the byproducts inside

To be added:
Downtiering of the recipe for both blocks (plans to make them LV and HV)
Change the size of the bounding box it checks for entities (maybe)
Slurry -> Methane recipes in the fermenter
Byproducts -> Fertile Manure Slurry in the mixer
A way to passively produce blood, bones and meat without a vanilla mob farm (considering) or a way to implement other reneable biological sources into manure

Current changes:
Remove identical methods and change inventory and fluid size to reflect future changes
Make more clean chance code using oredict and removing method to spawn entity in the world (could become laggy if unchecked)
Make collectors only check for EntityAnimal instead of a long and convoluted arraylist of mobs with different rates, change for a flat rate, biocomposite collector is x4 more efficient than the agricultural sewer, remove random number multiplier and internal tick rate, remove fluid getter method

@BlueHero233 BlueHero233 added the Affects Balance Change affecting balance. Requires admin approval before merging. label Oct 14, 2024
@duckedddd
Copy link

I like the sound of this :)

@Reflex18
Copy link
Contributor

I like the sound of this :)

Idk, sounds like a shitty suggestion. :)

@Steelux8
Copy link
Contributor

What are the power generation numbers here? What will a setup look like, and input/output, when complete?

@chochem chochem added the ongoing freeze - do not merge PR tagged with this do not meet the requirement to be merged during a freeze. label Oct 20, 2024
@BlueHero233
Copy link
Member Author

What are the power generation numbers here? What will a setup look like, and input/output, when complete?

I have yet to dish out the energy coming in coming out but its basically a methane generator

The chain of machines would go something like:
Sewer -> Mixer -> Fermenter -> Gas turbine

The sewer would be collecting Raw Animal Waste (RAW), mixed with other organic products into Manure Slurry (Fertile Manure Slurry later in HV) and then fermented into methane gas (fertile slurry can be distilled for 1.5x Manure Slurry and Disgestate, which can be used in fertilizer)

@Dream-Master Dream-Master removed the ongoing freeze - do not merge PR tagged with this do not meet the requirement to be merged during a freeze. label Dec 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Affects Balance Change affecting balance. Requires admin approval before merging.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants