Started by
Zohan
on
Topic category: Help with Minecraft modding (Java Edition)
I wanted to create a spear that would strike further than a regular sword. help me with this question please
Topic category: Help with Minecraft modding (Java Edition)
I wanted to create a spear that would strike further than a regular sword. help me with this question please
https://youtu.be/SRjS_bBri2E
Sorry, but I meant that the spear is longer than a regular sword.
Longer In Size Or Range If In Size Am Pretty Sure Thats Not Possible Cause To Make Textures,
theres a limit
theres a possible way but i dont know it
as for texture/model- u can make a model in blockbench to make it look like in other popular mods, as for "ranged attacks" I don't know much cause I'm using the 1.12.2 version, I think there are a lot more things in 1.16 but it is possible I think, with custom snippets in procedures, u can look up for some code in open-source mods, but they must not have their own library/api, cause I guess mcreator even in 1.16, still can't implement dependencies on other mods/libs. I hope that was more useful info.
Here is an idea without code- make it a ranged weapon as a baseline. no ammo, bullet power- super low, so it will hit on range, but not like bow ofc. empty bullet section +u can make custom sounds on hit regularly or with "more range", in procedures- I guess u can make in do only "ranged" attacks on left-click, as if u pressed right-click.
hand animation for attack can be added in procedures too