Put a upper limit for sprite creation

This commit is contained in:
Jean-Patrick Guerrero
2022-06-19 14:43:39 +02:00
parent 56cb236025
commit 563dc719d0
3 changed files with 12 additions and 6 deletions

View File

@ -11,6 +11,7 @@ i3.group_stereotypes = {
stone = "default:stone",
leaves = "default:leaves",
coal = "default:coal_lump",
fence = "default:fence_wood",
vessel = "vessels:glass_bottle",
flower = "flowers:dandelion_yellow",
water_bucket = "bucket:bucket_water",
@ -26,6 +27,7 @@ i3.group_names = {
glass = S"Any glass",
stick = S"Any stick",
stone = S"Any stone",
fence = S"Any fence",
carpet = S"Any carpet",
flower = S"Any flower",
leaves = S"Any leaves",