Changed weight
This commit is contained in:
parent
543146d0c5
commit
48f27457d7
1 changed files with 1 additions and 1 deletions
|
@ -122,7 +122,7 @@ public class VillagePools {
|
||||||
ctx.register(VillagePools.STREET_DECO_KEY, new StructureTemplatePool(
|
ctx.register(VillagePools.STREET_DECO_KEY, new StructureTemplatePool(
|
||||||
terminatorPool,
|
terminatorPool,
|
||||||
ImmutableList.of(
|
ImmutableList.of(
|
||||||
Pair.of(StructurePoolElement.empty(), 6),
|
Pair.of(StructurePoolElement.empty(), 5),
|
||||||
single("village/street_decoration/lamp_02", emptyProcessor, 2),
|
single("village/street_decoration/lamp_02", emptyProcessor, 2),
|
||||||
single("village/street_decoration/lamp_05", emptyProcessor, 1)
|
single("village/street_decoration/lamp_05", emptyProcessor, 1)
|
||||||
),
|
),
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue