
Other versions
ThexXTURBOXx opened this issue ยท 14 comments
I am planning to port the mod to other versions as well.
This is my current plan:
- 1.20.1
- 1.19.2
- 1.11.2
- 1.10.2
- 1.9.4
- 1.8.9
- 1.7.10
If you have any more version suggestions, feel free to request them here!
@xJon "Rewrite" is probably not the right word for it - "port" of Balkon's WeaponMod with tiny changes seems to be fitting.
But yes, the 1.12.2 version of BWM: Legacy does not have overlapping code with Reforged.
I would suggest anyone to migrate from Reforged to BWM: Legacy. Creators of already existing modpacks on the other hand should probably just include both mods at the same time such that users don't lose their already-crafted weapons
@Danmccool I'll add it to the list! Shouldn't be too difficult :)
Thanks @ThexXTURBOXx
@xJon Reforged was a completely new mod, which aimed to bring back the feeling of Balkon's WeaponMod. Hence, it did not contain exactly the same weapons and features.
However, this now is a direct port of Balkon's WeaponMod. Only very tiny changes were introduced (mildly noticeable).
For this reason, Reforged and BWM: Legacy are sadly also not interchangeable (due to having different mod IDs)
@ThexXTURBOXx So is BWM: Legacy a new rewrite, and its 1.12.2 version does not have overlapping code with Reforged?
@ThexXTURBOXx What's the difference between the latest 1.12.2 Reforged release and this 1.12.2 release?
@ThexXTURBOXx When will you release the 1.20.1 version?
@Danmccool Together with the next release of BWM: Legacy, which will be within the next one to two weeks.
If you want to try it out earlier than that, you can always build it yourself :)
@ThexXTURBOXx i am trying to build the 1.20.1 version and its stuck on :access transforming minecraft
Never Mind It Just Took 10m
How Do You Build The Mod?
Just clone the git repository and execute ./gradlew build
. The mod jar that you want is then located in <platform>/build/libs
.
Replace <platform>
by the mod loader you want the mod for.
For versions < 1.16, there is only Forge support and hence the mod is just located under build/libs
@ThexXTURBOXx How Do You Build The Mod?