Update init.lua

master
XQ22 2018-08-03 15:32:34 +03:00 committed by GitHub
parent 6727edacda
commit cd4ace6480
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -38,7 +38,7 @@ until counter == #symbols
minetest.register_node("letterblocks:quesn", {
description = "Symbol Block",
tiles = {numbers[counter].."-n.png"},
tiles = {"ques-n.png"},
is_ground_content = false,
groups = {snappy=3, stone=1},
drop = "default:mese"