-
Notifications
You must be signed in to change notification settings - Fork 9
Permalink
Choose a base ref
{{ refName }}
default
Choose a head ref
{{ refName }}
default
Comparing changes
Choose two branches to see what’s changed or to start a new pull request.
If you need to, you can also or
learn more about diff comparisons.
Open a pull request
Create a new pull request by comparing changes across two branches. If you need to, you can also .
Learn more about diff comparisons here.
base repository: Buuz135/Thaumic-JEI
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 1.5.4
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: Buuz135/Thaumic-JEI
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
6
contributors
Commits on Oct 14, 2018
-
Fix aspect count being capped at 127
Due to how ItemStack reads/writes the count to NBT (byte value), Some ItemStacks with > 127 of an aspect will get handled wrongly. If the byte representing the count in NBT was negative, then ThaumicJEI didn't display those at all, due to ItemStack#isEmpty() being true. If the byte count was > 0, then it was just a wrong number. This Commit allows for up to Short.MAX_VALUE (32 767) aspects to be still representable, by manually overriding the NBT compound to use item count as short type. I think that this number should be high enough for any (modded) item, but it could be bumped up to use integer count instead, just to be sure. This change will only work for newly generated aspect json files. Old, pre-existing ones will still behave the way they did previously. Fixes #14
Configuration menu - View commit details
-
Copy full SHA for a6c462f - Browse repository at this point
Copy the full SHA a6c462fView commit details
Commits on Nov 11, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 19a040d - Browse repository at this point
Copy the full SHA 19a040dView commit details -
Merge pull request #39 from kantenkugel/master
Fix aspect count being capped at 127
Configuration menu - View commit details
-
Copy full SHA for 731a77f - Browse repository at this point
Copy the full SHA 731a77fView commit details -
Configuration menu - View commit details
-
Copy full SHA for e6b6fa0 - Browse repository at this point
Copy the full SHA e6b6fa0View commit details -
Configuration menu - View commit details
-
Copy full SHA for eb3f7b3 - Browse repository at this point
Copy the full SHA eb3f7b3View commit details
Commits on Mar 29, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 98c4e56 - Browse repository at this point
Copy the full SHA 98c4e56View commit details
Commits on Mar 31, 2019
-
Merge pull request #47 from mgziminsky/patch-1
Fix crash during register with EnderIO 5.0.43
Configuration menu - View commit details
-
Copy full SHA for b52ff76 - Browse repository at this point
Copy the full SHA b52ff76View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9fbcda5 - Browse repository at this point
Copy the full SHA 9fbcda5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6359fcd - Browse repository at this point
Copy the full SHA 6359fcdView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2bf9188 - Browse repository at this point
Copy the full SHA 2bf9188View commit details
Commits on Apr 4, 2019
-
Configuration menu - View commit details
-
Copy full SHA for cca272c - Browse repository at this point
Copy the full SHA cca272cView commit details
Commits on Apr 7, 2019
-
Merge pull request #48 from codewarrior0/patch-1
Log and ignore JSON syntax errors in aspect cache file
Configuration menu - View commit details
-
Copy full SHA for ee977f5 - Browse repository at this point
Copy the full SHA ee977f5View commit details -
Configuration menu - View commit details
-
Copy full SHA for d1a9773 - Browse repository at this point
Copy the full SHA d1a9773View commit details -
Configuration menu - View commit details
-
Copy full SHA for 759d711 - Browse repository at this point
Copy the full SHA 759d711View commit details -
Configuration menu - View commit details
-
Copy full SHA for e962319 - Browse repository at this point
Copy the full SHA e962319View commit details -
Configuration menu - View commit details
-
Copy full SHA for cbf83a6 - Browse repository at this point
Copy the full SHA cbf83a6View commit details -
Configuration menu - View commit details
-
Copy full SHA for f43dc35 - Browse repository at this point
Copy the full SHA f43dc35View commit details
Commits on Apr 29, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 874126a - Browse repository at this point
Copy the full SHA 874126aView commit details -
Configuration menu - View commit details
-
Copy full SHA for d352c05 - Browse repository at this point
Copy the full SHA d352c05View commit details -
JEI recipes that have missing research will have an icon displaying i…
…ts missing research, closes #54
Configuration menu - View commit details
-
Copy full SHA for e244dc9 - Browse repository at this point
Copy the full SHA e244dc9View commit details
Commits on May 18, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 2673674 - Browse repository at this point
Copy the full SHA 2673674View commit details -
Configuration menu - View commit details
-
Copy full SHA for a2872fd - Browse repository at this point
Copy the full SHA a2872fdView commit details
Commits on May 19, 2019
-
Configuration menu - View commit details
-
Copy full SHA for dcbf240 - Browse repository at this point
Copy the full SHA dcbf240View commit details -
Configuration menu - View commit details
-
Copy full SHA for eabc075 - Browse repository at this point
Copy the full SHA eabc075View commit details
Commits on Aug 19, 2024
-
Configuration menu - View commit details
-
Copy full SHA for eaa85ba - Browse repository at this point
Copy the full SHA eaa85baView commit details -
Configuration menu - View commit details
-
Copy full SHA for 92d04e2 - Browse repository at this point
Copy the full SHA 92d04e2View commit details
Commits on Aug 20, 2024
-
Configuration menu - View commit details
-
Copy full SHA for a9214dd - Browse repository at this point
Copy the full SHA a9214ddView commit details -
Configuration menu - View commit details
-
Copy full SHA for ce4488c - Browse repository at this point
Copy the full SHA ce4488cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 53a1201 - Browse repository at this point
Copy the full SHA 53a1201View commit details
There are no files selected for viewing