Bandit-bytes / reskillable_Reimagined

https://www.curseforge.com/minecraft/mc-mods/reskillable-reimagined
1 stars 1 forks source link

can support for TACZ and Iron's Spells 'n Spellbooks? #8

Open fulide opened 3 days ago

fulide commented 3 days ago

TACZ:https://github.com/[MCModderAnchor/TACZ](https://github.com/MCModderAnchor/TACZ) Iron's Spells 'n Spellbooks:https://github.com/iron431/Irons-Spells-n-Spellbooks

Bandit-bytes commented 3 days ago

Need more info unsure what you are asking ?

fulide commented 3 days ago

Currently, reskillable_Reimagined doesn’t seem to effectively restrict items from the tacz and Iron's Spells 'n Spellbooks mods. Specifically, it doesn’t prevent tacz guns from being fired, nor does it stop Iron's Spells 'n Spellbooks scrolls from being used while they are in the spellbook. This means players can still use these items even if they haven’t reached the required level.

Bandit-bytes commented 3 days ago

Did you set the skill limits? And the spell books can only be prevented not the spells themselves, you could also put a skill cap on the table. Only way reskillable to prevent spell usage is they did the single use. Tacz guns should be skill cap able I'll peek at that tomorrow

fulide commented 2 days ago

Yes, spellbooks and tables can be restricted by skill levels, but the spells themselves cannot be restricted, and neither can TACZ guns, as they all have unique IDs. Here is a mod with similar functionality to reskillable_Reimagined, and it supports both TACZ and Iron's Spells 'n Spellbooks: https://github.com/Senior-S/JustLeveling-Fork If you'd like, you can take a look at it. It has some additional features, which feel a bit "bloated" to me, so I prefer using the "cleaner" reskillable_Reimagined

Bandit-bytes commented 2 days ago

Interesting I'll peek at this !

Bandit-bytes commented 1 day ago

this will take some serious work, but i think it can be done. ill need to add NBT abilities to the skill check give me some time and ill dive into it.

fulide commented 1 day ago

thanks