fix a little error

This commit is contained in:
Jordan Snelling 2012-11-07 16:16:37 +00:00
parent 4423de9d3c
commit 1226002ed6
1 changed files with 2 additions and 2 deletions

View File

@ -2,7 +2,7 @@
minetest.register_craft({
output = 'technic:generator',
output = 'technic:reactor',
recipe = {
{'default:stone', 'default:stone', 'default:stone'},
{'default:stone', 'default:stone', 'default:stone'},
@ -70,7 +70,7 @@ minetest.register_node("technic:reactor_active", {
groups = {snappy=2,choppy=2,oddly_breakable_by_hand=2,not_in_creative_inventory=1},
legacy_facedir_simple = true,
sounds = default.node_sound_wood_defaults(),
drop="technic:generator",
drop="technic:reactor",
technic_power_machine=1,
internal_EU_buffer=0;
internal_EU_buffer_size=0;