From 684ab79160688f263a07c0ff797b9c2cfa3cae9e Mon Sep 17 00:00:00 2001 From: Andrew Miner Date: Sun, 10 May 2015 15:46:35 -0700 Subject: [PATCH 1/2] User-submitted text for Land Mark --- data/buildcraft/items/land_mark/item.cg | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 data/buildcraft/items/land_mark/item.cg diff --git a/data/buildcraft/items/land_mark/item.cg b/data/buildcraft/items/land_mark/item.cg new file mode 100644 index 00000000..054914e9 --- /dev/null +++ b/data/buildcraft/items/land_mark/item.cg @@ -0,0 +1,5 @@ +schema: 1 + +description: The land mark is used to show the area where a BuildCraft machine should work. + + From 32756657ee030c285616efac8fe231c9782f2b63 Mon Sep 17 00:00:00 2001 From: Andrew Miner Date: Mon, 11 May 2015 15:47:18 -0700 Subject: [PATCH 2/2] User-submitted text for Redstone Torch --- data/minecraft/items/redstone_torch/item.cg | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 data/minecraft/items/redstone_torch/item.cg diff --git a/data/minecraft/items/redstone_torch/item.cg b/data/minecraft/items/redstone_torch/item.cg new file mode 100644 index 00000000..1f6f19ba --- /dev/null +++ b/data/minecraft/items/redstone_torch/item.cg @@ -0,0 +1,5 @@ +schema: 1 + +description: Redstone torches are one of the simplest way to generate a redstone signal. When placed in the world, a redstone torch will emit a redstone signal with strength 15. They also emit slightly less light than a regular torch (light level 14 instead of 15). + +