* add an onExtract Method for extracting without knowing the ID
onExtract now supports a preferred slot for insertion
onInsert now supports single
* add support for grid item movement via Scrolling
* add MouseTweaks Compatibility
fix item void bug
* Add scrolling to amount specifying screens
* fix reference and comment out mousetweaks integration
* fix missing import
* cleanup
* more cleanup
* changelog
* fix reqeusted changes
* fix method name
fix accidental formatting errors
* port #2330 to 1.15
* remove unecessary reflection
* rewrite JEI show missing and craftable items so that:
- clicking transfer button still works
- it is also shown for processing recipes
- also for fluids
* add missing method
* send Fluids with the ItemGridUpdateMessage
* port #2330 to 1.15
* remove unecessary reflection
* rewrite JEI show missing and craftable items so that:
- clicking transfer button still works
- it is also shown for processing recipes
- also for fluids
* add missing method
* send Fluids with the ItemGridUpdateMessage
* fix accidental lang duplication
* move lang key to appropriate location
* remove accidental changes to lang file
* port to 1.16 and cleanup
* remove fluids
* update translation to newer method.
* add being able to request autocrafting.
* remove unused variable
* formatting
* fix requested changes
Co-authored-by: Michael <mcpower@users.noreply.github.com>
* add color property to blocks
* add colors to almost all cutouts
add model generation for the blocks
add new models
* fix creative controller model
add item models
* fixed controller drops
fixed diskmanipulator item model
* added colored wireless antenna and detector
fixed sidedness in onBlockActivated
* cleanup
* remove wireless transmitter tooltip as it is no longer accurate
* Move Blocks and Items into DeferredRegistries
* fix issues and registration order
* formatting changes
* change colored blocks from blockstate to block
* fix some formatting
* remove files that can be generated.
* remove more files that can be generated.
* fix most requested changes
* remove string manipulation
* fix tag loop
* register colored variants last.
* fix datagen
* fix controller replacing TE
* add loottables and generation
* add dynamic translation for colored blocks
* readd missing files
delete generated file
* fix name, and recipe unlock triggers
* rename controller trigger
* set light_blue as default color
clean up displaynames
* refactor to avoid string manipulation in BlockModelGenerator
* Move Maps into custom class
* remove unused generic
* fix requested changes
* move recoloring from BlockUtils to ColorMap
* fix translation
* use getTranslatedName()
* fix relay,transmitter,receiver item models
fix controller and crafter loottables
* remove wireless transmitter tooltip as it is no longer accurate
* Move Blocks and Items into DeferredRegistries
* fix issues and registration order
* formatting changes