* make popped chorus fruit edible
* add catwalk facades
* fix crafting facades out of singular bricks
* Revert "fix crafting facades out of singular bricks"
This reverts commit 2f5acb5d48a943d24b229a17b0bf25ead8e6c291.
* fix mud brick properly
* put constants in one place
* #1815 - Jute net to be made with Flax
* Revert "#1815 - Jute net to be made with Flax"
This reverts commit 60465d798d25b8b76bd2a617fe0a83abf758c0e0.
* #1815 - Jute net to be made with Flax
this time with the correct file
* Using `id` not `output`
* created global list of materials use for equipment
* updated to use `global.EQUIPMENT_METALS`
* updated horse armor to use burlap
* Item sizes and some helpful tags
* Try putting item sizes in a KJS script (NOT TESTED)
* Move Greate tags to KJS, add sizes for various pipes and cables
* Whoops, accidentally overrode tiny pipe size
* Air duct sizes
* Prettier config and tags moved to JS
- Added `.prettierrc` file, which configures the tab width and code wrapping point for the Prettier formatter.
- Moved remaining tags from JSON to JS files.
* Delete floating carpet tag JSON
Signed-off-by: KonSola5 <125081901+KonSola5@users.noreply.github.com>
---------
Signed-off-by: KonSola5 <125081901+KonSola5@users.noreply.github.com>
Co-authored-by: Redeix <brayden.j.m.ford@gmail.com>
* fix board
* remove from tag
* more update
* last changes
* Add new quests
* fix the weird file
* Fixes
* fix quest optional
* fix duplicate recipe
* more fix
* Fix fur for insulation
* an other fix
* nerf sand recipes
* rearrange anvil sequences to match convention
* add heating and melting to basic forgeable gears
* another anvil tweak
* Update changelog
* typo!
* refactor heating and forging of small gears
* refactor gear forging to use built-in material forge tier
* one last fix
---------
Signed-off-by: Gustavo <77560533+gustovafing@users.noreply.github.com>
Co-authored-by: Gustavo <77560533+gustovafing@users.noreply.github.com>
Co-authored-by: Pyritie <pyritie@gmail.com>
* gt7 removed credits/coins
* port gregtech additions to java
* add eslint locally
* add style linting
* switch target ECMA standard
* run linter
* clean up a bunch of linter errors
* remove outdated greate API calls
* forgot about the TFC multi compat issue
* reverted greate recipe removals
* some more linting stuff
* fix some issues with greenhouse recipes
* fix up some material stuff
* fix recipe types
* - Fixed single block machine rendering (#1465)
* minor fixes and changes
---------
Signed-off-by: Pyritie <pyritie@gmail.com>
Co-authored-by: Pyritie <pyritie@gmail.com>
Co-authored-by: Redeix <59435925+Redeix@users.noreply.github.com>