Skip to content

Add simple JEI integration#482

Open
SquidDev wants to merge 1 commit intodan200:masterfrom
SquidDev-CC:feature/jei-integration
Open

Add simple JEI integration#482
SquidDev wants to merge 1 commit intodan200:masterfrom
SquidDev-CC:feature/jei-integration

Conversation

@SquidDev
Copy link
Copy Markdown
Contributor

@SquidDev SquidDev commented Oct 25, 2017

I know that mod integration is something that ComputerCraft normally steers clear of, but JEI is sufficiently ubiquitous that this is probably worth it.

JEI compares items simply by item name and damage value, ignoring NBT. This means many recipes do not function correctly. For instance, viewing the recipe of a Melee Turtle will display all upgrade recipes. This PR fixes this:

  • Pocket computers and turtles are distinguished by upgrades and computer family.
  • Disks are distinguished by colour.
  • Hide treasure disks from the item list

Note that this doesn't add anything "fancy", such as recipe handlers for turtle and pocket upgrades. This might be worth considering in the future.

 - Ensure pocket computers and turtles are distinguished by upgrades and
   computer family.
 - Ensure disks are distinguished by colour.
 - Hide treasure disks from the list
@thatcraniumguy
Copy link
Copy Markdown

Can one of the admins verify this patch?

ccserver pushed a commit to ccserver/ComputerCraft that referenced this pull request Sep 16, 2019
…jei-integration

Add simple JEI integration
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants