fix: alter andesite limits
Reflects that andesite does not require andesite to create.
This commit is contained in:
parent
08d41fe70b
commit
cad4ef0c44
1 changed files with 4 additions and 0 deletions
|
|
@ -58,6 +58,10 @@ local LIMIT_EXCEPTIONS = {
|
||||||
lower = 64,
|
lower = 64,
|
||||||
upper = 2 * 64,
|
upper = 2 * 64,
|
||||||
},
|
},
|
||||||
|
["minecraft:andesite"] = {
|
||||||
|
lower = 0,
|
||||||
|
upper = 2 * 64,
|
||||||
|
},
|
||||||
}
|
}
|
||||||
|
|
||||||
-- if these exist, they will be used up
|
-- if these exist, they will be used up
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue