CraftTweaker/ContentTweaker cannot parse imports in advRocketry.zs and ContentTweaker.zs
AncientShotgun opened this issue ยท 5 comments
Intro
I am attempting to define Dust Blocks as actual blocks instead of items, and ContentTweaker and CraftTweaker are tripping over the import stage of the script(s). Additionally, the parsing errors have propagated into advRocketry.zs, as is customary for programming bugs.
Logfiles
I only have incomplete excerpts of the zscript file and logfile relating to contenttweaker.zs:
crafttweaker.log excerpt relating to contenttweaker.zs: https://pastebin.com/G4LAp5Fr
the relevant excerpt of my custom contenttweaker.zs: https://pastebin.com/NmKmnStq
Logfile for advRocketry.zs and advRocketry.zs itself are complete, though:
complete crafttweaker.log relating to advRocketry.zs: https://pastebin.com/N3kLFvbE
advRocketry.zs: https://pastebin.com/GkCULFrv
Additional information
I have been running this instance of Omnifactory since the Bountiful update, and have not changed or added to the modlist since that time.
I already have a blockstate json, sprite and langfile entry in the correct locations for the dust block.
I think I'll wait until you guys come up with an implementation of the block in the modpack, instead of devising my own. Consider this issue closed for now.
Without seeing the entire file, can only guess that you put an import somewhere that is not the import block at the top of the file.
Here we go!
contenttweaker.zs, complete this time: https://pastebin.com/a8iiL8x7
I hope this will be of use somehow.
Also, can I make the suggestion to have the dust block be defined as an actual block here, or should I put it in a separate ticket?
You mean #274 ?