ContentTweaker

ContentTweaker

27M Downloads

[Question] Why isn't it loading for me?

m4rcyonstation opened this issue ยท 1 comments

commented

Sorry for opening an issue for this.

Whenever i reload, there is no mention of the script i wrote at all. Doesn't generate new files, doesn't do anything with contenttweaker at all.

All i'm trying to do is generate a test block.

Under C:\curseforgemods\Instances[my instance name lmao]\scripts\customitems.zs:

#loader contenttweaker

import mods.contenttweaker.block.BlockBuilder;

new BlockBuilder().build("test_block");

There isn't any placeholder textures in the openloader folder at all

Logs:
https://pastebin.com/QtnK0pdp
As you can see, no mention of my customitems script, even though the other script, recipes.zs in the same folder works perfectly

Kinda lost on what to do, any help would be appreciated.
Thanks in advance.

commented

What is your script called?