9
0
mirror of https://github.com/VolmitSoftware/Iris.git synced 2025-12-27 11:09:06 +00:00
This commit is contained in:
CocoTheOwner
2021-08-06 12:03:10 +02:00
parent b844a0e98d
commit a0b8581ec5

View File

@@ -33,7 +33,8 @@ public class IrisVillagerOverride {
@Required
@Desc("""
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""")
@ArrayType(min = 1, type = IrisVillagerTrade.class)
private KList<IrisVillagerTrade> items = new KList<>(new IrisVillagerTrade()