MasterEnderman / Zerblands-Remastered

An old Classic remade in a newer Version
https://www.curseforge.com/minecraft/modpacks/zerblands-remastered
MIT License
3 stars 0 forks source link

Cleanup crafttweaker scripts #69

Open MasterEnderman opened 2 years ago

MasterEnderman commented 2 years ago

Utilize the sync scripts to avoid copy paste recipes like https://github.com/MasterEnderman/Zerblands-Remastered/commit/614328df1c6a185c80b1ccbfe982c75cbabbc261

Other places to look for:

MasterEnderman commented 2 years ago

https://github.com/MasterEnderman/Zerblands-Remastered/commit/5c56e76ed72da5f93600ce0804ca956a59ba715d

MasterEnderman commented 1 year ago

I probably want to redo the way I structured all the scripts. Some files are getting pretty big and it becomes hard to find the place where I change a recipe for a specific item. But I need to put more thought into it before settling on a new structure, just to redo everything again a few months from now on. (I don't even want to think about the script rewrite once GroovyScript becomes stable enough and supports packmodes.)

MasterEnderman commented 1 year ago

I may be able to detect the selected packmode within groovyscript without having to wait for it to obtain special support. that way I can just start with the transition for version 2.3.0 without having to depend on both mods simultaneously.