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

Made Cropworld dimension accessible #149

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 16 additions & 1 deletion scripts/crops.zs
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,22 @@ for item in baubles {
disable(item);
}

// Ruined Bricks recipe for cropworld portal
recipes.addShaped(<uniquecrops:ruinedbricks> * 8, [
[<tconstruct:brownstone:10>, <embers:wildfire_core>, <tconstruct:brownstone:10>],
[<uniquecrops:generic:17>, <botania:alfheimportal>, <uniquecrops:generic:17>],
[<tconstruct:brownstone:10>, <embers:wildfire_core>, <tconstruct:brownstone:10>]
]);
recipes.addShaped(<uniquecrops:ruinedbrickscarved> * 4, [
[<uniquecrops:ruinedbricks>, <uniquecrops:ruinedbricks>],
[<uniquecrops:ruinedbricks>, <uniquecrops:ruinedbricks>]
]);
recipes.addShapeless(<uniquecrops:ruinedbricks>, [<uniquecrops:ruinedbrickscarved>]);

// Add notes for beginners
moretweaker.jei.MoreJei.addDescription(<uniquecrops:generic:11>, ["Dropped from Invisibilia crops."]);
moretweaker.jei.MoreJei.addDescription(<uniquecrops:seednormal>, ["Dropped from breaking grass."]);
moretweaker.jei.MoreJei.addDescription(<uniquecrops:seedferoxia>, ["Might be a good idea to backup those..."]);
moretweaker.jei.MoreJei.addDescription(<uniquecrops:seedferoxia>, ["Might be a good idea to backup those..."]);
moretweaker.jei.MoreJei.addDescription(<uniquecrops:flywood_sapling>, ["Can only be found in the Cropworld Dimension."]);
moretweaker.jei.MoreJei.addDescription(<uniquecrops:useless_lump>, ["Made with the Cocito.", "Seems it's not that useless anyway..."]);
moretweaker.jei.MoreJei.addDescription(<uniquecrops:generic:30>, ["Play now! On the new §2Itero Supercrop§r!"]);