Creating many examples for the Crafttweaker 1.12.2 mod. Everyone is welcome to work with me or add examples with a fork ;) Also if you feel like this helped you, you can help me :) Just send a DM, comment anywhere its posted or star this Github. It helps me staying motivated and to go on with exploring the deepth of CT :D (and other things with coding) THX!
Well basically whatever you need.
But if you want to understand all for real this is the order i thought would be fitting:
config.zs
newFunctions.zs
tableRecipes.zs
furnaceRecipes.zs
aboutEvents.zs
Tag | What to do here |
---|---|
*X*X* |
Something where we still need to work on |
==> |
Some side notes that can help a ton! |
Go to your minecraft instance folder,
go to scripts and then clone it or add it to a new folder called
easy_examples
! Otherwise some scripts wont work properly,
because they are a subfolder in scripts and they call each other
allways with all below scripts.
NOTE: This is only developed in SP! MP behaviour can change bcause of the
client/server differences and the scripts probably need to be fine tuned.
If not stated different in the explanation comments, its not MP tested!