ContentTweaker

ContentTweaker

27M Downloads

Problem with Script. Probebly bug?

drago87 opened this issue ยท 2 comments

commented

I'm trying to add some items and the first 2 script works (Crystal and Shard) but the last 2 dont work
Items-Crysal.zs

Items-Shard.zs

Gives a "could not find Vanillafactory" error
Items-Clump.zs

Gives a "No such static member in mods.contenttweaker.VanillaFactory: createitem" error
Items-DirtyDust

Each file is a Copy paste where i have changes the variable name and the string that i send

crafttweaker.log

Minecraft: 1.12.2
Forge: 14.23.5.2847
CraftTweaker2: 1.12-4.1.20
ContentTweaker: 1.12.2-4.9.1

commented

First:
it's createItem (with a capital I)

Second:
Why not use the materialSystem for that?

commented

Totaly missed the capital I and capital F on some of the VanillaFactory

Did not know of the materialSystem Going to take a look at that