MOD LOADER/MOD CREATION GUIDE
Create a new .zip file with a single internal folder:
Inside your-mod/main, put these two folders (depending on whats inside them)
Inside main/blocks, you can put any new custom block files that you create.
Each file is a plain text file with the filename extension changed to .teenycraft. Files are formatted like this:
Formatting rules for all files
Each item must be separated with a | . (even two objects on separate lines) If two objects on separate lines are separated by a |, the | should be at the end of the line above and not at the beginning of the line below. Leave "none" if you do not want the block to generate. You can use https://www.base64-image.de/ to convert your images to base64 Data URI.
Entity files go inside /entities and are formatted like this:

The Data URI for each of the four textures (one for each direction) is separated by a |
ex: |data:image...|data:image...|data:image...|data:image...|
