From 7846b871f5c9d57a19dbf09b7acbf0d6b38a69ca Mon Sep 17 00:00:00 2001 From: troido Date: Thu, 5 Mar 2020 13:17:36 +0100 Subject: new componentparameters to get own template and name --- content/encyclopediae/default_encyclopedia.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'content') diff --git a/content/encyclopediae/default_encyclopedia.json b/content/encyclopediae/default_encyclopedia.json index 36713cf..3d7adae 100644 --- a/content/encyclopediae/default_encyclopedia.json +++ b/content/encyclopediae/default_encyclopedia.json @@ -77,7 +77,7 @@ "pebble": { "components": [ ["Item", { - "ent": ["template", "pebble"], + "ent": ["self", null], "name": ["string", "pebble"], "action": ["action", ["none", null]] }] @@ -88,7 +88,7 @@ "stone": { "components": [ ["Item", { - "ent": ["template", "stone"], + "ent": ["self", null], "name": ["string", "stone"], "action": ["action", ["build", "builtwall"]] }] @@ -200,7 +200,7 @@ "name": "radishseed", "components": [ ["Item", { - "ent": ["template", "radishseed"], + "ent": ["self", null], "name": ["string", "radishseed"], "action": ["action", ["build", "plantedradishseed"]] }] @@ -223,7 +223,7 @@ "name": "radishes", "components": [ ["Item", { - "ent": ["template", "radishes"], + "ent": ["self", null], "name": ["string", "radishes"], "action": ["action", ["eat", 3]] }] @@ -234,7 +234,7 @@ "height": 0.5, "components": [ ["Item", { - "ent": ["template", "sword"], + "ent": ["self", null], "name": ["string", "sword"], "action": ["action", ["equip", { "slot": "hand", -- cgit