2
0
Fork 0

Simplifying vessel command

frozen
Shinare 2 years ago
parent 9916f35c0b
commit 0a33756ccd

@ -119,7 +119,7 @@ public class UtumnoSlaveTrader extends LOTREntityMan implements LOTRTradeable.Sm
new LOTRTradeEntry(new ItemStack(LOTRMod.modTemplate), 20) new LOTRTradeEntry(new ItemStack(LOTRMod.modTemplate), 20)
} }
); );
UTUMNO_SLAVE_BUY = ((MixinLOTRTradeEntries)UTUMNO_SLAVE_BUY).vessels(LOTRFoods.NURN_SLAVE_DRINK); ((MixinLOTRTradeEntries)UTUMNO_SLAVE_BUY).vessels(LOTRFoods.NURN_SLAVE_DRINK);
UTUMNO_SLAVE_SELL = new LOTRTradeEntries(TradeType.SELL, UTUMNO_SLAVE_SELL = new LOTRTradeEntries(TradeType.SELL,
new LOTRTradeEntry[] { new LOTRTradeEntry[] {

Loading…
Cancel
Save