Add files via upload

master
AiTechEye 2019-05-04 21:53:59 +02:00 committed by GitHub
parent aaafa859bd
commit 6a94eff180
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
minetest.register_node("default:gas", {
description = "Gas",
tiles={"default_gas.png"},
groups = {stick=gas,flammable=2,on_update=1,not_in_craftguide=1},
groups = {gas=1,flammable=2,on_update=1,not_in_craftguide=1},
drawtype="glasslike",
paramtype = "light",
pointable=false,