Cannot find Read Me/ Example Script Files
OlivadThefighter opened this issue ยท 4 comments
Minecraft Version
1.12.2
KubeJS Version
KubeJS-forge-1.12.2-1.1.0.65
Rhino Version
Unknown
Architectury Version
Unknown
Forge/Fabric Version
14.23.5.2869
Describe your issue
Cannot Find Read me and KubeJS example Script files, I cannot find a config file/folder either. I have launched the game through curseforge into the title screen, but have not launched into a world. Is that what I have to do to create those files?
Crash report/logs
No response
The KubeJS folder is created when KubeJS is constructed by the mod loader. If it already exists nothing is generated, except for the folders inside it, like server_scripts ect, which generate when they are needed, ie that script type loads.
So try deleting the kubejs folder, that should make the readme generate.
Also, KubeJS has never used a resources folder afaik.
The KubeJS folder is created when KubeJS is constructed by the mod loader. If it already exists nothing is generated, except for the folders inside it, like server_scripts ect, which generate when they are needed, ie that script type loads.
So try deleting the kubejs folder, that should make the readme generate.
Also, KubeJS has never used a resources folder afaik.
@ChiefArug I tried deleting the folder and re-launching, but it re-created the folder. I again have not gone into game
FYI I do not have Architectury and Rhino due to there not being 1.12.2 versions
Oh 1.12.
No one knows about 1.12 much. The docs don't exist, the readme doesn't exist. Most of the functionality you would be used to in 1.16+ doesn't exist.
Use CraftTweaker instead.
If you are crazy and want to use KubeJS, you are on your own and have only the source code as a guide.