rt,gradle还有json都配置好了,但是启动的时候会显示No obfuscation mapping for @Inject target
请仔细查询你注入的方法是Forge添加的还是固有的
另外注入<init>建议直接在Mixin里创建相同参数的构造方法,即public MixinSeedGetter(long, boolean, boolean, SimpleRegistry, Optional)
另外注入<init>建议直接在Mixin里创建相同参数的构造方法,即public MixinSeedGetter(long, boolean, boolean, SimpleRegistry, Optional)