Skip to content

Commit

Permalink
Updated to 0.18.20
Browse files Browse the repository at this point in the history
  • Loading branch information
Bilka2 committed Apr 22, 2020
1 parent 0557dcf commit 0ca0d98
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 16 deletions.
4 changes: 3 additions & 1 deletion changelog.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
---------------------------------------------------------------------------------------------------
Version: 0.0.2
Date: ????
Features:
- Updated to 0.18.20.
---------------------------------------------------------------------------------------------------
Version: 0.0.1
Date: 2020-04-10
Major Features:
- Initial release
- Initial release.
13 changes: 0 additions & 13 deletions data.lua
Original file line number Diff line number Diff line change
Expand Up @@ -7,19 +7,6 @@ require("equipment")
-- Removing this property means trigger-target-types "common" and "ground-unit" do not have to be created.
data.raw["utility-constants"]["default"].default_trigger_target_mask_by_type = nil

-- This prototype is not required, however in versions below 0.18.19 the game crashes when loading a map that contains an assembler with a recipe.
-- In version 0.18.19 this bug is fixed, so above that game version, this prototype may be removed.
data:extend({
properties.add_icon
{
type = "recipe",
name = "dummy-recipe",
ingredients = {},
results = {},
subgroup = "other"
}
})

-- Miscellaneous prototypes that are required by the required prototypes. Mostly categories.
data:extend({
{
Expand Down
6 changes: 4 additions & 2 deletions entities.lua
Original file line number Diff line number Diff line change
Expand Up @@ -385,7 +385,8 @@ data:extend({
{
type = "curved-rail",
name = "dummy-curved-rail",
pictures = properties.rail_pictures()
pictures = properties.rail_pictures(),
placeable_by = {item = "dummy-rail-planner", count = 1}
},
add_combinator_properties
{
Expand Down Expand Up @@ -991,7 +992,8 @@ data:extend({
{
type = "straight-rail",
name = "dummy-straight-rail",
pictures = properties.rail_pictures()
pictures = properties.rail_pictures(),
placeable_by = {item = "dummy-rail-planner", count = 1}
},
{
type = "stream",
Expand Down

0 comments on commit 0ca0d98

Please sign in to comment.