奈斯启示录 Necesse

奈斯启示录 Necesse

Brewing Mod
9 条留言
AlexEMagee  [作者] 7 小时以前 
There is a public github repo: https://github.com/AlexMagee/necesse-brewingmod
AlexEMagee  [作者] 9 小时以前 
Thanks! I will put that in.
Caranud 9 小时以前 
Hi AlexEMagee. I made a french translation for your mod that you can integrate if you want and when you have the time.

Here’s the pastebin link : https://pastebin.com/A66YSRER

(you don’t happen to have a Github ? I find it useful for submitting this kind of little suggestion)

---
Note : since both your mod and Necesse expanded added alcohol with the same name, I made sub-variants on the choice of translation for each duplicate, this way it’s not exactly the same. :)
Khorvus 11 月 7 日 上午 8:43 
very cool! now just keep up with errors and updates :) gj, thx
AlexEMagee  [作者] 11 月 3 日 上午 6:56 
Updated the description. I don't want to give away all of the secrets but that should give a good introduction. Thanks!
unckle fukc 11 月 3 日 上午 5:03 
bro give more info in description, hard to see what it does lol
AlexEMagee  [作者] 11 月 2 日 下午 10:41 
Just pushed an update adding a namespace to all brewed items. Thanks for the heads-up!
🔰 11 月 2 日 下午 9:40 
seems necesse expanded already adds an item called beer. its a big mod that most will be using so it will likely be better to change your item IDs to something brewBeer, brewXYZ etc. makes finding the culprit in case of issues easier as well
🔰 11 月 2 日 下午 9:11 
tried but crashes game on startup:

java.lang.IllegalStateException: Tried to register duplicate Item with stringID "beer"
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:1710)
at necesse.engine.registries.ItemRegistry.registerItem(ItemRegistry.java:1700)
at necesse.engine.registries.ItemRegistry.registerItem(ItemRegistry.java:1696)
at necesse.engine.registries.ItemRegistry.registerItem(ItemRegistry.java:1692)
at boozemod.BoozeMod.init(BoozeMod.java:29)
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)
...