From 7cdcfeb0f41075ea55dcc7adef619dce68ed7e82 Mon Sep 17 00:00:00 2001 From: "Weston Rye (Demod)" Date: Wed, 10 May 2017 10:33:29 -0400 Subject: [PATCH 1/3] Added heat-pipe and reactor as entities I needed this added to do the bare minimum at parsing out all entities. --- schema.json | 2 ++ 1 file changed, 2 insertions(+) diff --git a/schema.json b/schema.json index 9a179c0..7ac0847 100644 --- a/schema.json +++ b/schema.json @@ -93,6 +93,7 @@ "generator-equipment": { "parent": "equipment" }, "ghost": { "abstract": true, "parent": "entity" }, "gun": { "parent": "item" }, + "heat-pipe": { "parent": "entity" }, "inserter": { "parent": "entity-with-health", "properties": { "energy_per_movement": { "optional": false, "type": "integer" }, @@ -170,6 +171,7 @@ "rail-category": { "parent": null }, "rail-remnants": { "parent": "entity" }, "rail-signal": { "parent": "entity-with-health" }, + "reactor": { "parent": "entity" }, "recipe": { "parent": null, "complex-properties": { "ingredients": "recipe_ingredients", From 605c4329d0f6544ffadfcfb7836f98a01e7c6353 Mon Sep 17 00:00:00 2001 From: "Weston Rye (Demod)" Date: Tue, 13 Jun 2017 22:55:25 -0400 Subject: [PATCH 2/3] Added programmable speaker --- schema.json | 1 + 1 file changed, 1 insertion(+) diff --git a/schema.json b/schema.json index 7ac0847..a0ca205 100644 --- a/schema.json +++ b/schema.json @@ -165,6 +165,7 @@ "pipe-to-ground": { "parent": "pipe-connectable" }, "player": { "parent": "entity-with-health" }, "player-port": { "parent": "entity-with-health" }, + "programmable-speaker": { "parent": "entity"}, "projectile": { "parent": "entity" }, "pump": { "parent": "pipe-connectable" }, "radar": { "parent": "entity-with-health" }, From 76ef20aa5493a22515b8560914dd3d37a08ad17b Mon Sep 17 00:00:00 2001 From: "Weston Rye (Demod)" Date: Tue, 13 Jun 2017 22:57:44 -0400 Subject: [PATCH 3/3] Fixed a silly space --- schema.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/schema.json b/schema.json index a0ca205..c80639b 100644 --- a/schema.json +++ b/schema.json @@ -165,7 +165,7 @@ "pipe-to-ground": { "parent": "pipe-connectable" }, "player": { "parent": "entity-with-health" }, "player-port": { "parent": "entity-with-health" }, - "programmable-speaker": { "parent": "entity"}, + "programmable-speaker": { "parent": "entity" }, "projectile": { "parent": "entity" }, "pump": { "parent": "pipe-connectable" }, "radar": { "parent": "entity-with-health" },