mirror of
https://github.com/minetest-mods/technic.git
synced 2024-12-23 17:30:30 +01:00
fix excessive "element straight" quantity
This commit is contained in:
parent
4ecb3d4334
commit
c068edec65
@ -93,7 +93,7 @@ local onesize_products = {
|
||||
twocurvededge = 1,
|
||||
}
|
||||
local twosize_products = {
|
||||
element_straight = 4,
|
||||
element_straight = 2,
|
||||
element_end = 2,
|
||||
element_cross = 1,
|
||||
element_t = 1,
|
||||
|
Loading…
Reference in New Issue
Block a user