#I need a working Custom ISS Spell and Item
21 messages · Page 1 of 1 (latest)
Once your ticket has been resolved, please close it with </ticket close:1054771505520717835> command!
Do you want to use the addon or not?
This is a KubeJS addon that allows for script creators to have access to creating custom Iron's Spells and Spellbooks features.
There's a wiki available here
either, can be with the Iron spells kubejs or without
ive tried
Tried what?
╰( ͡° ͜ʖ ͡° )つ──☆:・゚˜”°•.˜”°• Many Help •°”˜.•°”˜*
Please provide a description of your issue with as much detail as possible. If you have an issue with a script provide the script. Explain what you can see happening and what you expect to happen. Be specific!
Tell us what is happening, we already know it "doesn't work".
Avoid using words like "it", tell us exactly what "it" is.
Don't assume anyone knows what you are talking about, be specific.
Provide screenshots or video of the issue if possible.
Provide the log.
You've given us almost no information to try to help you with
I tired to add a spell, right and it seemed all correct cording to the wiki, everytime I went to test it, it was no where to been seen at all.
same for an item.
So all I want is someone to do a working spell 1 is fine, so I can look at the code and redo the spell and make even more.
and I want a item that is also working along side ISS
to do the exact same thing look at the code, etc..
Code. And logs.
You can write your code in a codeblock by typing it between the codeblock delimiters:
Note that these are backticks, not apostrophes
```js :arrow_left:
ServerEvents.recipes(event => {
event.smelting('minecraft:glass', '#forge:sand').xp(.1)
})
``` :arrow_left:
This example will look like this:
ServerEvents.recipes(event => {
event.smelting('minecraft:glass', '#forge:sand').xp(.1)
})
You can also just directly upload them