Skip to content

Commit

Permalink
The guar technology has been moved from logistics science to py scien…
Browse files Browse the repository at this point in the history
…ce pack 2.
  • Loading branch information
notnotmelon committed Nov 23, 2024
1 parent ef95719 commit 86649f8
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 6 deletions.
8 changes: 5 additions & 3 deletions changelog.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,11 @@ Date: ????
- Fixed incorrect crafting speed for fish farms MK02-MK04.
- Moss MK02-MK04 breeding recipes are now significantly cheaper.
- Fast wood forestry animation improvements:
- Animation now uses FSM to ensure no floating robots when the machine stops crafting.
- Animation no longer extents past the bounding box.
- Animation plays 2x faster.
Animation now uses FSM to ensure no floating robots when the machine stops crafting.
Animation no longer extents past the bounding box.
Animation plays 2x faster.
- The guar technology has been moved from logistics science to py science pack 2.
- The guar MK02 technology has been moved from py science pack 2 to chemical science.
---------------------------------------------------------------------------------------------------
Version: 3.0.25
Date: 2024-11-20
Expand Down
8 changes: 5 additions & 3 deletions prototypes/technologies/guar.lua
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,15 @@ TECHNOLOGY {
icon = "__pyalienlifegraphics__/graphics/technology/guar-mk01.png",
icon_size = 128,
order = "c-a",
prerequisites = {"botany-mk02"},
prerequisites = {"botany-mk02", "py-science-pack-mk02"},
effects = {},
unit = {
count = 200,
ingredients = {
{"automation-science-pack", 3},
{"py-science-pack-1", 1},
{"logistic-science-pack", 1},
{"py-science-pack-2", 1},
},
time = 50
}
Expand All @@ -23,8 +24,8 @@ TECHNOLOGY {
icon = "__pyalienlifegraphics__/graphics/technology/guar-mk02.png",
icon_size = 128,
order = "c-a",
prerequisites = {"guar"},
dependencies = {"guar"},
prerequisites = {"guar", "chemical-science-pack"},
dependencies = {"guar", "chemical-science-pack"},
effects = {},
unit = {
count = 250,
Expand All @@ -33,6 +34,7 @@ TECHNOLOGY {
{"py-science-pack-1", 1},
{"logistic-science-pack", 1},
{"py-science-pack-2", 1},
{"chemical-science-pack", 1},
},
time = 50
}
Expand Down

0 comments on commit 86649f8

Please sign in to comment.