CraftTweaker / ContentTweaker

Custom Minecraft Objects created from MT scripts
MIT License
40 stars 17 forks source link

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

Open m4rcyonstation opened 3 years ago

m4rcyonstation commented 3 years ago

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.

jaredlll08 commented 3 years ago

What is your script called?