mirror of
https://github.com/minetest-mods/technic.git
synced 2024-12-24 09:50:31 +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,
|
twocurvededge = 1,
|
||||||
}
|
}
|
||||||
local twosize_products = {
|
local twosize_products = {
|
||||||
element_straight = 4,
|
element_straight = 2,
|
||||||
element_end = 2,
|
element_end = 2,
|
||||||
element_cross = 1,
|
element_cross = 1,
|
||||||
element_t = 1,
|
element_t = 1,
|
||||||
|
Loading…
Reference in New Issue
Block a user