CHANGELOG 1.1.5
ADDITIONS AND CHANGES
- fix: item requirement in json not accepting tags
- fix: jei being required instead of optional
- add: structure placement
- add: unified tags for input and output of each type
RECOMENDATIONS
- Update every addon you have to improve compat and don't break things
CHANGELOG 1.1.2
ADDITIONS AND CHANGES
- Add spanish and chinese simplified translations
- Add width and height optional properties for each recipe (default width/height 256)
- KubeJS:
.width(<number>).height(<number>)
- Json:
"width": <number>
"height": <number>
- KubeJS:
- Add x and y progress position:
- KubeJS:
.progressX(<number>).progressY(<number>)
- Json:
"progressPosition": { "x": <number>, "y": <number> }
- KubeJS:
- Change width and height for fluid jei element to same as item slot
- Change width and height for energy jei element to 18x54 (3 times item slot height)
- Text info now renderers from bottom (recipe height - 8px) to top