weight
This commit is contained in:
parent
73993d975f
commit
a9553b5ee1
2 changed files with 3 additions and 1 deletions
|
|
@ -3,6 +3,7 @@ Version: 2.0.12
|
||||||
Date: 2025-01-03
|
Date: 2025-01-03
|
||||||
Changes:
|
Changes:
|
||||||
- Capture bot rocket requires titanium instead of steel
|
- Capture bot rocket requires titanium instead of steel
|
||||||
|
- Add weights for rockets
|
||||||
---------------------------------------------------------------------------------------------------
|
---------------------------------------------------------------------------------------------------
|
||||||
Version: 2.0.11
|
Version: 2.0.11
|
||||||
Date: 2025-01-01
|
Date: 2025-01-01
|
||||||
|
|
|
||||||
|
|
@ -50,7 +50,8 @@ data:extend({
|
||||||
icon_size = 64, icon_mipmaps = 3,
|
icon_size = 64, icon_mipmaps = 3,
|
||||||
subgroup = "raw-material",
|
subgroup = "raw-material",
|
||||||
order = "b[titanium-plate]",
|
order = "b[titanium-plate]",
|
||||||
stack_size = util.get_stack_size(100)
|
stack_size = util.get_stack_size(100),
|
||||||
|
weight = 1*kg,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
type = "technology",
|
type = "technology",
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue