奈斯启示录 Necesse

奈斯启示录 Necesse

Recraft
MUSE 2024 年 12 月 27 日 下午 6:53
Conflicts with Necesse Tech mod.
Necesse Tech mod.
https://psteamcommunity.yuanyoumao.com/workshop/filedetails/discussion/2841433520/591758807774840273/


Mods: Necesse Tech (v. 1.2)

java.lang.IllegalStateException: Tried to register duplicate Item with stringID "coal"
at necesse.engine.registries.GameRegistry.registerObj(GameRegistry.java:58)
at necesse.engine.registries.GameRegistry.register(GameRegistry.java:46)
at necesse.engine.registries.ItemRegistry.registerItem(ItemRegistry.java:1370)
at necesse.engine.registries.ItemRegistry.registerItem(ItemRegistry.java:1364)
at necesse.engine.registries.ItemRegistry.registerItem(ItemRegistry.java:1360)
at techmod.TechMod.init(TechMod.java:52)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at necesse.engine.modLoader.ModMethod.invoke(ModMethod.java:47)
at necesse.engine.modLoader.classes.EntryClass.init(EntryClass.java:62)
at necesse.engine.modLoader.LoadedMod.init(LoadedMod.java:189)
at necesse.engine.GlobalData.loadAll(GlobalData.java:302)
at necesse.engine.loading.ClientLoader.loadGame(ClientLoader.java:156)
at necesse.StartPlatformClient.start(StartPlatformClient.java:11)
at StartSteamClient.main(StartSteamClient.java:6)
最后由 MUSE 编辑于; 2024 年 12 月 27 日 下午 6:55
< >
正在显示第 1 - 4 条,共 4 条留言
qcn  [开发者] 2024 年 12 月 28 日 上午 9:07 
That's because Necesse Tech tries to add the same items (coal, coal ore) as Recraft does.
Try loading these mods in different order (first Necesse Tech, then Recraft), as Recraft checks if any item is already registered and will reuse it.
In Steam: open Necesse page, click Cog icon on the right side, select Properties. Go to Workshop tab and reorder your mods (place Recraft at the bottom of the list)
MUSE 2024 年 12 月 29 日 下午 4:58 
I tried running it by changing the mode order, but unfortunately the same error occurred.
qcn  [开发者] 2024 年 12 月 30 日 上午 8:12 
I have just pushed an update, it should be working now.
qcn  [开发者] 2024 年 12 月 31 日 上午 2:33 
Well, turns out it still might not work ¯\_(ツ)_/¯
I guess mods loading order in steam ui is ignored, it should be set in the game

To do so:
- when error shows, click on "disable the mods"
- in main manu go to "Mods"
- enable (click checkbox) for "Necesse Tech"
- use arrow buttons to move "Necesse Tech" above "Recraft" (Recraft should be loaded last)
< >
正在显示第 1 - 4 条,共 4 条留言
每页显示数: 1530 50