1
0
Fork 0
forked from Simnation/Main
This commit is contained in:
Nordi98 2025-07-29 07:30:32 +02:00
parent a2feb8b80a
commit b086fbe4db
8 changed files with 887 additions and 27 deletions

View file

@ -10805,7 +10805,7 @@ itemsData = {
image = 'empty_can.png',
name = 'empty_can',
},
empty_glasbootle = {
empty_glasbottle = {
shouldClose = true,
type = 'item',
description = '',
@ -10814,6 +10814,6 @@ itemsData = {
unique = true,
useable = true,
image = 'empty_glasbootle.png',
name = 'empty_glasbootle',
name = 'empty_glasbottle',
},
}