better limiters for moonbase structures

This commit is contained in:
Pyritie 2025-10-07 22:16:37 +01:00
parent 774a104b77
commit 4a736b3ca9
2 changed files with 59 additions and 35 deletions

View file

@ -39,30 +39,39 @@
}
},
{
"weight": 50,
"weight": 100,
"element": {
"location": "tfg:moon/moonbase/end/moonbase_dish",
"processors": "minecraft:empty",
"projection": "rigid",
"element_type": "minecraft:single_pool_element"
"element_type": "lithostitched:limited",
"delegate": {
"location": "tfg:moon/moonbase/end/moonbase_dish",
"processors": "minecraft:empty",
"projection": "rigid"
},
"limit": 1
}
},
{
"weight": 30,
"weight": 100,
"element": {
"location": "tfg:moon/moonbase/end/moonbase_launch_pad",
"processors": "minecraft:empty",
"projection": "rigid",
"element_type": "minecraft:single_pool_element"
"element_type": "lithostitched:limited",
"delegate": {
"location": "tfg:moon/moonbase/end/moonbase_launch_pad",
"processors": "minecraft:empty",
"projection": "rigid"
},
"limit": 1
}
},
{
"weight": 50,
"weight": 100,
"element": {
"location": "tfg:moon/moonbase/end/moonbase_solar",
"processors": "minecraft:empty",
"projection": "rigid",
"element_type": "minecraft:single_pool_element"
"element_type": "lithostitched:limited",
"delegate": {
"location": "tfg:moon/moonbase/end/moonbase_solar",
"processors": "minecraft:empty",
"projection": "rigid"
},
"limit": 1
}
}
]

View file

@ -59,46 +59,61 @@
{
"weight": 100,
"element": {
"location": "tfg:moon/moonbase/hub/moonbase_farm1",
"processors": "minecraft:empty",
"projection": "rigid",
"element_type": "minecraft:single_pool_element"
"element_type": "lithostitched:limited",
"delegate": {
"location": "tfg:moon/moonbase/hub/moonbase_farm1",
"processors": "minecraft:empty",
"projection": "rigid"
},
"limit": 2
}
},
{
"weight": 100,
"element": {
"location": "tfg:moon/moonbase/hub/moonbase_beds",
"processors": "minecraft:empty",
"projection": "rigid",
"element_type": "minecraft:single_pool_element"
"element_type": "lithostitched:limited",
"delegate": {
"location": "tfg:moon/moonbase/hub/moonbase_beds",
"processors": "minecraft:empty",
"projection": "rigid"
},
"limit": 1
}
},
{
"weight": 100,
"element": {
"location": "tfg:moon/moonbase/hub/moonbase_library",
"processors": "minecraft:empty",
"projection": "rigid",
"element_type": "minecraft:single_pool_element"
"element_type": "lithostitched:limited",
"delegate": {
"location": "tfg:moon/moonbase/hub/moonbase_library",
"processors": "minecraft:empty",
"projection": "rigid"
},
"limit": 1
}
},
{
"weight": 100,
"element": {
"location": "tfg:moon/moonbase/hub/moonbase_pantry",
"processors": "minecraft:empty",
"projection": "rigid",
"element_type": "minecraft:single_pool_element"
"element_type": "lithostitched:limited",
"delegate": {
"location": "tfg:moon/moonbase/hub/moonbase_pantry",
"processors": "minecraft:empty",
"projection": "rigid"
},
"limit": 1
}
},
{
"weight": 100,
"element": {
"location": "tfg:moon/moonbase/hub/moonbase_workshop",
"processors": "minecraft:empty",
"projection": "rigid",
"element_type": "minecraft:single_pool_element"
"element_type": "lithostitched:limited",
"delegate": {
"location": "tfg:moon/moonbase/hub/moonbase_workshop",
"processors": "minecraft:empty",
"projection": "rigid"
},
"limit": 1
}
}
]