mirror of
https://github.com/VolmitSoftware/Iris.git
synced 2026-06-17 14:21:33 +00:00
Nothin
This commit is contained in:
@@ -33,7 +33,8 @@ public class IrisVillagerOverride {
|
|||||||
@Required
|
@Required
|
||||||
@Desc("""
|
@Desc("""
|
||||||
The items to override the cartographer trade with.
|
The items to override the cartographer trade with.
|
||||||
By default, this is 3 emeralds + 3 glass blocks -> 1 spyglass.
|
By default, this is:
|
||||||
|
3 emeralds + 3 glass blocks -> 1 spyglass.
|
||||||
Can trade 3 to 5 times""")
|
Can trade 3 to 5 times""")
|
||||||
@ArrayType(min = 1, type = IrisVillagerTrade.class)
|
@ArrayType(min = 1, type = IrisVillagerTrade.class)
|
||||||
private KList<IrisVillagerTrade> items = new KList<>(new IrisVillagerTrade()
|
private KList<IrisVillagerTrade> items = new KList<>(new IrisVillagerTrade()
|
||||||
|
|||||||
Reference in New Issue
Block a user