This commit is contained in:
Nordi98 2025-07-11 21:50:59 +02:00
parent 01bdabc7ed
commit deb110922c
3 changed files with 16 additions and 7 deletions

View file

@ -10328,7 +10328,7 @@ itemsData = {
shouldClose = true,
type = 'item',
description = '',
weight = 1000,
weight = 500,
label = 'Standard Magnet',
unique = true,
useable = true,
@ -10357,6 +10357,17 @@ itemsData = {
image = 'neodymium_magnet.png',
name = 'neodymium_magnet',
},
rare_earth_magnet = {
shouldClose = true,
type = 'item',
description = '',
weight = 2000,
label = 'Großer Neodymium Magnet',
unique = true,
useable = true,
image = 'rare_earth_magnet.png',
name = 'rare_earth_magnet',
},