ZenScript icon indicating copy to clipboard operation
ZenScript copied to clipboard

Snippet not working

Open Naptik opened this issue 2 years ago • 3 comments

image image

Sometimes the snippets dont work at all, sometimes they only show a few snippets as you can see in the image.

Naptik avatar Jan 06 '23 06:01 Naptik

Did you used this: probe that export the item data and other data from CraftTweaker mod for the extension to be fully functioning

EDIT: nvm, it looks like you knew what you were doing. and I am trying to find out why snippets is not showing up that we often used in Crafttweaker like recipes.addShaped()

Xelbayria avatar Mar 03 '23 07:03 Xelbayria

@Yesterday17

via the "ZSRC" file, it contained crafttweaker.api.recipes which is related to the structure of mod (if i am looking at the github of crafttweaker)

then it would be src/crafttweaker/api/recipes

is that correct? I'm investigating to find out why the snippets doesn't show a simple snippet like recipes.addShaped()

Xelbayria avatar Mar 03 '23 09:03 Xelbayria

image image

Sometimes the snippets dont work at all, sometimes they only show a few snippets as you can see in the image.

meanwhile the extension from yesterday17 is not 100% working properly. you can use its autocomplete to get item data (modID) in the editor.

and use this other extension it will give you autocomplete for other codes like recipes.addShaped()

Xelbayria avatar Mar 04 '23 00:03 Xelbayria