Adding invoker for LOTRTradeEntries.setVessels
parent
6dca010051
commit
b381bdce1e
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@ -0,0 +1,14 @@
|
||||
package com.zivilon.cinder_loe.mixins;
|
||||
|
||||
import org.spongepowered.asm.mixin.Mixin;
|
||||
import org.spongepowered.asm.mixin.gen.Invoker;
|
||||
|
||||
import lotr.common.entity.npc.LOTRTradeEntries;
|
||||
import lotr.common.LOTRFoods;
|
||||
|
||||
@Mixin(LOTRTradeEntries.class)
|
||||
public interface MixinLOTRTradeEntries {
|
||||
|
||||
@Invoker("setVessels")
|
||||
public abstract LOTRTradeEntries vessels(LOTRFoods foods);
|
||||
}
|
||||
Loading…
Reference in New Issue