Minecraft-Technocracy / Technocracy

Absolutely excessive tech mod for minecraft
GNU Lesser General Public License v2.1
8 stars 7 forks source link

simple jei integration #40

Closed deftkHD closed 5 years ago

deftkHD commented 5 years ago

recipes are shown for machines and refinery the guis will be remade in future, but there is no way to use the usually gui generation for jei, so everything must be made manually also automatically placing the items inside the correct slot is not working yet

Cydhra commented 5 years ago

using dummy TileEntities for simple machines, GUIs can be drawn from a default category class, so not all GUIs must be implemented twice. This PR will be merged, when the GUI rendering is used for simple machine JEI integration