No longer hide observers

This commit is contained in:
Wuzzy 2018-01-30 05:56:30 +01:00
parent ca987e1255
commit d750e7f6d4
3 changed files with 2 additions and 5 deletions

View File

@ -79,8 +79,6 @@ mesecon.register_node("mcl_observers:observer",
is_ground_content = false,
sounds = mcl_sounds.node_sound_stone_defaults(),
paramtype2 = "facedir",
-- TODO: Add to craft guide and creative inventory when it's useful
groups = {pickaxey=1, material_stone=1, not_opaque=1, not_in_craft_guide=1, not_in_creative_inventory=1 },
on_rotate = false,
_mcl_blast_resistance = 17.5,
_mcl_hardness = 3.5,
@ -89,6 +87,7 @@ mesecon.register_node("mcl_observers:observer",
description = "Observer",
_doc_items_longdesc = "An observer is a redstone component which observes the block in front of it and sends a very short redstone pulse whenever this block changes.",
_doc_items_usagehelp = "Place the observer directly in front of the block you want to observe with the “face” looking at the block. The arrow shows you the side of the output, which is at the opposite side of the “face”. The arrow points to it. You need to place your redstone wire or any other component you want to power here.",
groups = {pickaxey=1, material_stone=1, not_opaque=1, },
tiles = {
"mcl_observers_observer_top.png^[transformR180", "default_furnace_bottom.png",
"mcl_observers_observer_side.png", "mcl_observers_observer_side.png",
@ -105,6 +104,7 @@ mesecon.register_node("mcl_observers:observer",
},
{
_doc_items_create_entry = false,
groups = {pickaxey=1, material_stone=1, not_opaque=1, not_in_creative_inventory=1 },
tiles = {
"mcl_observers_observer_top.png^[transformR180", "default_furnace_bottom.png",
"mcl_observers_observer_side.png", "mcl_observers_observer_side.png",

View File

@ -3,7 +3,6 @@ mcl_core
mcl_fishing
mcl_maps
mcl_minecarts
mcl_observers
doc_identifier
mobs_mc
mcl_comparators

View File

@ -4,8 +4,6 @@ local wip_items = {
"mcl_anvils:anvil_damage_2",
"mcl_fishing:fishing_rod",
"mcl_maps:empty_map",
"mcl_observers:observer_off",
"mcl_observers:observer_on",
"mcl_comparators:comparator_off_comp",
"mcl_minecarts:hopper_minecart",
"mcl_minecarts:command_block_minecart",