Skip to content

Commit

Permalink
Show fluidboxes on pumpjacks, guar plantations, and ionic upgraders e…
Browse files Browse the repository at this point in the history
…ven when recipe not set.
  • Loading branch information
Daniel Meltzer committed Dec 1, 2024
1 parent 67f34e8 commit 7447abb
Show file tree
Hide file tree
Showing 13 changed files with 17 additions and 12 deletions.
5 changes: 5 additions & 0 deletions changelog.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
---------------------------------------------------------------------------------------------------
Version: 3.0.10
Date: ????
Changes:
- Show fluid boxes all the time on Pumpjacks, Guar plantations, and Ionic Upgraders.
---------------------------------------------------------------------------------------------------
Version: 3.0.9
Date: 2024-11-29
Changes:
Expand Down
2 changes: 1 addition & 1 deletion prototypes/buildings/guar-gum-plantation-mk02.lua
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ ENTITY {
},
},

fluid_boxes_off_when_no_fluid_recipe = true,
fluid_boxes_off_when_no_fluid_recipe = false,
fluid_boxes = {
--1
{
Expand Down
2 changes: 1 addition & 1 deletion prototypes/buildings/guar-gum-plantation-mk03.lua
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ ENTITY {
},
},

fluid_boxes_off_when_no_fluid_recipe = true,
fluid_boxes_off_when_no_fluid_recipe = false,
fluid_boxes = {
--1
{
Expand Down
2 changes: 1 addition & 1 deletion prototypes/buildings/guar-gum-plantation-mk04.lua
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ ENTITY {
},
},

fluid_boxes_off_when_no_fluid_recipe = true,
fluid_boxes_off_when_no_fluid_recipe = false,
fluid_boxes = {
--1
{
Expand Down
2 changes: 1 addition & 1 deletion prototypes/buildings/guar-gum-plantation.lua
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ ENTITY {
},
},

fluid_boxes_off_when_no_fluid_recipe = true,
fluid_boxes_off_when_no_fluid_recipe = false,
fluid_boxes = {
--1
{
Expand Down
2 changes: 1 addition & 1 deletion prototypes/buildings/pumpjack-mk01.lua
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ ENTITY {
},
},

fluid_boxes_off_when_no_fluid_recipe = true,
fluid_boxes_off_when_no_fluid_recipe = false,
fluid_boxes = {
--1
{
Expand Down
2 changes: 1 addition & 1 deletion prototypes/buildings/pumpjack-mk02.lua
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ ENTITY {
},
},

fluid_boxes_off_when_no_fluid_recipe = true,
fluid_boxes_off_when_no_fluid_recipe = false,
fluid_boxes = {
--1
{
Expand Down
2 changes: 1 addition & 1 deletion prototypes/buildings/pumpjack-mk03.lua
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ ENTITY {
},
},

fluid_boxes_off_when_no_fluid_recipe = true,
fluid_boxes_off_when_no_fluid_recipe = false,
fluid_boxes = {
--1
{
Expand Down
2 changes: 1 addition & 1 deletion prototypes/buildings/pumpjack-mk04.lua
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ ENTITY {
},
},
energy_usage = "750kW",
fluid_boxes_off_when_no_fluid_recipe = true,
fluid_boxes_off_when_no_fluid_recipe = false,
fluid_boxes = {
--1
{
Expand Down
2 changes: 1 addition & 1 deletion prototypes/buildings/upgrader-mk01.lua
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ ENTITY {
}
},
},
fluid_boxes_off_when_no_fluid_recipe = true,
fluid_boxes_off_when_no_fluid_recipe = false,
fluid_boxes = {
--1
{
Expand Down
2 changes: 1 addition & 1 deletion prototypes/buildings/upgrader-mk02.lua
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ ENTITY {
}
},
},
fluid_boxes_off_when_no_fluid_recipe = true,
fluid_boxes_off_when_no_fluid_recipe = false,
fluid_boxes = {
--1
{
Expand Down
2 changes: 1 addition & 1 deletion prototypes/buildings/upgrader-mk03.lua
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ ENTITY {
}
},
},
fluid_boxes_off_when_no_fluid_recipe = true,
fluid_boxes_off_when_no_fluid_recipe = false,
fluid_boxes = {
--1
{
Expand Down
2 changes: 1 addition & 1 deletion prototypes/buildings/upgrader-mk04.lua
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ ENTITY {
}
},
},
fluid_boxes_off_when_no_fluid_recipe = true,
fluid_boxes_off_when_no_fluid_recipe = false,
fluid_boxes = {
--1
{
Expand Down

0 comments on commit 7447abb

Please sign in to comment.