default dependency removed

This commit is contained in:
Alexander Weber 2016-11-04 15:26:48 +01:00
parent 65a3c9de47
commit 7650bc4f02
2 changed files with 1 additions and 2 deletions

View File

@ -130,9 +130,8 @@ minetest.register_chatcommand("qa_block", {
-----------------------------------------------
minetest.register_node("qa_block:block", {
description = "Check mods quality starter block",
tiles = {"default_dirt.png","default_stone.png","default_sand.png"},
tiles = {"qa_block.png"},
groups = {cracky = 3},
sounds = default.node_sound_stone_defaults(),
on_receive_fields = function(pos, formname, fields, sender)
if smartfsmod then
smartfs.nodemeta_on_receive_fields(pos, formname, fields, sender)

BIN
textures/qa_block.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.8 KiB