#Creating custom staffs for Iron's spells and spellbooks

50 messages · Page 1 of 1 (latest)

simple pumice
#

as the title mentions I'm trying to add a couple staffs for a server I'll be playing with friends withing the next few days. I tried doing it myself but am honestly understanding very little.

wet spruceBOT
#

Once your ticket has been resolved, please close it with </ticket close:1054771505520717835> command!

simple pumice
#

as of right now I have the following code written

#

I'm trying to make a staff that gives:
+25% ender spell power
+20% cooldown reduction
has 1 attacks speed, does 6 attack damage and uses the model I made in blockbench

#

right now when I launch the game it says that it can't find the display name function but it is there in the first line do idk

ember orchid
#

You have displayname and not displayName

simple pumice
#

Oh I see, capitalisation comes back to bite me

ember orchid
#

Plus the multiply total operation has a base value of 1 plus the amount specified, it would currently be 125% ender and 120% cooldown reduction

simple pumice
#

ohhh ty very much

simple pumice
ember orchid
#

I could probably add that

#

Wouldn't make sense if I didn't lol, I forgot they existed entirely

simple pumice
#

lmfao make sense

#

also also is the whole +x levels to a spell supported?

#

cause one of the staffs I wanted to make was gonna give a couple extra levels to specific spells

ember orchid
#

I recommend using Additional Attributes for that

#

I didn't add it because additional attributes did it better

simple pumice
#

ohh is it also a kubejs add on?

ember orchid
#

No

#

It just adds attributes to base MC and irons spells

#

Works well with ISSKJS

simple pumice
#

oh that's nice will look into that then

#

will keep this open in case there's other stuff I need to ask, again ty and merry christmas

ember orchid
#

Merry Christmas to you too

simple pumice
#

well the game crashes upon launching, idk if this is related to this

ember orchid
#

Logs?

sudden abyssBOT
#

Please send your Minecraft log. It can be found at ./logs/latest.log.
Note! Minecraft and KubeJS logs differ. Please send the latest.log, not a KubeJS log.

simple pumice
sudden abyssBOT
#

Paste version of latest.log from @simple pumice

simple pumice
# ember orchid Logs?

Got an error message in my folders too saying it couldn't find the path to the model modler, could that be it? also saw that I used .model and not .modelJson tho that wasn't giving me any issues earlier

simple pumice
#

gonna drop this here since every other staff I make will pretty much just be a copy paste of this but for the different schools so pls lmk if anything here is abhorrent. Still haven't figured out why the game is crashing but that's a problem for tomorrow.

ember orchid
#

Also you don't need the model methods if your model isn't anywhere special

simple pumice
simple pumice
ember orchid
simple pumice
#

Ohhh I see

#

I’ll cha he that asap and see if that works

#

Ty

simple pumice
#

changed to this but game still crashes

sudden abyssBOT
#

Paste version of latest.log from @simple pumice

simple pumice
#

?

#

cause I have the model here inside of the kubejs folder

#

texture is in here

#

for some reason the model doesn't load the texture despite it being in there but that's prolly a blockbench issue more than anything

#

texture within the file should also be in the right place

simple pumice