A directory (probably named resources) that shares the same path as the main script and manifest. Everything contained in the directory should look exactly like how it is in a Fabric mod: assets/<namespace>/..., data/<namespace>/....
Since we're parroting fabric's mod structure, maybe manifest.json should move into this directory, and should be renamed to allium.mod.json.
A directory (probably named
resources
) that shares the same path as the main script and manifest. Everything contained in the directory should look exactly like how it is in a Fabric mod:assets/<namespace>/...
,data/<namespace>/...
.Since we're parroting fabric's mod structure, maybe
manifest.json
should move into this directory, and should be renamed toallium.mod.json
.