Skip to content

Commit

Permalink
hide some things
Browse files Browse the repository at this point in the history
  • Loading branch information
przemo1232 committed Jan 3, 2025
1 parent 4d1dc2a commit 6ac0228
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 1 deletion.
3 changes: 3 additions & 0 deletions locale/en/items.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -373,6 +373,9 @@ phadai-mk03=Phadai MK 03
phadai-mk04=Phadai MK 04
phadai-pup=Phadai pup
caged-phadai=Caged phadai
dingrido=Dingrido
crawdad=Crawdad
phadaisus=Phadaisus

caged-vrauks=Caged vrauk
brain-caged-vrauks=Improved caged vrauk: nanochondria
Expand Down
2 changes: 2 additions & 0 deletions prototypes/buildings/mega-farm.lua
Original file line number Diff line number Diff line change
Expand Up @@ -333,13 +333,15 @@ ENTITY {
data:extend {{
type = "cargo-pod",
name = "dQw4w9WgXcQ",
hidden = true,
inventory_size = 0,
spawned_container = "steel-chest"
}}

ENTITY {
type = "rocket-silo-rocket",
name = "mega-farm-invisa-rocket",
hidden = true,
flags = {"not-on-map"},
collision_mask = {layers = {}, not_colliding_with_itself = true},
collision_box = {{-2, -7}, {2, 4}},
Expand Down
3 changes: 2 additions & 1 deletion prototypes/ores/arum.lua
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ data:extend {
{
type = "tree",
name = "arum-fake",
hidden = true,
icon = "__pyalienlifegraphics__/graphics/icons/cadaveric-arum.png",
icon_size = 64,
flags = {"placeable-neutral", "placeable-off-grid", "breaths-air"},
Expand All @@ -57,7 +58,7 @@ data:extend {
drawing_box_vertical_extension = 1.8,
subgroup = "trees",
order = "a[tree]-c[dry-tree]",
impact_category = "wood",
impact_category = "wood",
--autoplace = dead_trees_autoplace(0.5),
pictures =
{
Expand Down
1 change: 1 addition & 0 deletions prototypes/ores/kicalk.lua
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ data:extend {
{
type = "tree",
name = "kicalk-tree-fake",
hidden = true,
icon = "__pyalienlifegraphics__/graphics/icons/kicalk.png",
icon_size = 64,
flags = {"placeable-neutral", "placeable-off-grid", "breaths-air"},
Expand Down

0 comments on commit 6ac0228

Please sign in to comment.