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

Added organic replicator #1530

Merged
merged 5 commits into from
Apr 28, 2019
Merged

Added organic replicator #1530

merged 5 commits into from
Apr 28, 2019

Conversation

AndreySolodovnikov
Copy link
Contributor

This machine can clone seeds using some UUMater and energy, the better are seeds, the more UUM is necessary

now LuV+ Conveyors can work with more than 1 stack per tick
This reverts commit 467563b.
Added new machine for duplicating seeds
//public static final GT_Recipe_Map sAssemblylineFakeRecipes = new GT_Recipe_Map(new HashSet<GT_Recipe>(30), "gt.recipe.scanner", "Scanner", null, RES_PATH_GUI + "basicmachines/Default", 1, 1, 1, 0, 1, E, 1, E, true, true);
public static final GT_Recipe_Map sAssemblylineVisualRecipes = new GT_Recipe_Map(new HashSet<GT_Recipe>(30), "gt.recipe.fakeAssemblylineProcess", "Assemblyline Process", null, RES_PATH_GUI + "FakeAssemblyline", 1, 1, 1, 0, 1, E, 1, E, true, false);
public static final GT_Recipe_Map sOrganicReplicatorFakeRecipes = new GT_Recipe_Map(new HashSet<GT_Recipe>(1),"gt.recipe.organicreplicaator","Organic Replicator", null,RES_PATH_GUI + "basicmachines/OrganicReplicator",1,1,1,1,1,E,1,E,true,true);
//public static final GT_Recipe_Map sAssemblylineFakeRecipes = new GT_Recipe_Map(new HashSet<GT_Recipe>(30), "gt.recipe.scanner", "Scanner", null, RES_PATH_GUI + "basicmachines/Default", 1, 1, 1, 0, 1, E, 1, E, true, true); public static final GT_Recipe_Map sAssemblylineVisualRecipes = new GT_Recipe_Map(new HashSet<GT_Recipe>(30), "gt.recipe.fakeAssemblylineProcess", "Assemblyline Process", null, RES_PATH_GUI + "FakeAssemblyline", 1, 1, 1, 0, 1, E, 1, E, true, false);
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Doesn’t need formatting changes.

Copy link
Collaborator

@draknyte1 draknyte1 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I honestly don’t see why this needs to be a unique machine.
A simple Boolean, onScrewDriverRightClick() and save/load NBT is all you need to toggle mode & recipe map..

@Blood-Asp
Copy link
Owner

GT has special machines for everything. So i guess it fits.

@draknyte1
Copy link
Collaborator

Pointless use of Metas.
Pointless more machines.

Scanning is scanning. Which logically is why; It would be best to adapt the existing scanner.

@MauveCloud
Copy link
Collaborator

I'm confused about the usefulness of this PR.

As I understand it, a player can already get more crops of a given type by crossbreeding. In what situation would it become advantageous to use UUM in a machine to clone the seeds instead?

@AndreySolodovnikov
Copy link
Contributor Author

I’ve decided to make this machine after 6 hours of planting only ONE field of tungsten, it was too boring and long, gameplay shouldn’t be like that

@SapientMC
Copy link

SapientMC commented Apr 26, 2019

@MauveCloud What is the maximum number of crops fields you had?
This machine are very useful. Its the only way to make industrial number of crops with best stats like 23-31-0.

@SapientMC
Copy link

SapientMC commented Apr 26, 2019

@draknyte1

Scanning is scanning.

That's true, but replicating from UU-mater are not scanning, so it is a specialized hybrid of scanner and mass fabricator.

@Blood-Asp Blood-Asp merged commit 65adcbc into Blood-Asp:unstable Apr 28, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants