Questions about modding
description = "Horizontal Jungletree",
tile_images = {"default_jungletree.png", "default_jungletree.png", "default_jungletree.png",
"default_jungletree.png", "default_jungletree_top.png", "default_jungletree_top.png"},
Is that example the way to tell how a block will have a top side?
are blocks side defined by included a texture named: default_namehere_back or _top, _bottom, _sides?
in _sides, can I be more specific and tell it _side_right and _side_left?
Is there any place where I can get ALL the info on what each parameter will do or does and what each parameter the game has?
paramtype = "facedir_simple",
groups = {tree=1,snappy=2,choppy=2,oddly_breakable_by_hand=1,flammable=2},
sounds = default.node_sound_wood_defaults(),
furnace_burntime = 30,
some are obvious like sounds but having a full document that lists and explains them could help more. If that has been done before then ignore me, ill just look for it.
Also can it be possible to modify things already in the game? like the furnace? I want to make it have a regular top.
tile_images = {"default_jungletree.png", "default_jungletree.png", "default_jungletree.png",
"default_jungletree.png", "default_jungletree_top.png", "default_jungletree_top.png"},
Is that example the way to tell how a block will have a top side?
are blocks side defined by included a texture named: default_namehere_back or _top, _bottom, _sides?
in _sides, can I be more specific and tell it _side_right and _side_left?
Is there any place where I can get ALL the info on what each parameter will do or does and what each parameter the game has?
paramtype = "facedir_simple",
groups = {tree=1,snappy=2,choppy=2,oddly_breakable_by_hand=1,flammable=2},
sounds = default.node_sound_wood_defaults(),
furnace_burntime = 30,
some are obvious like sounds but having a full document that lists and explains them could help more. If that has been done before then ignore me, ill just look for it.
Also can it be possible to modify things already in the game? like the furnace? I want to make it have a regular top.