Search found 7 matches

by otterwise
Sun Dec 13, 2020 17:46
Forum: Mod Releases
Topic: [Mod] Angled Walls [1.5] [angledwalls]
Replies: 83
Views: 18531

Re: [Mod] Angled Walls [1.5] [angledwalls]

I wrote recipes, but if I append them to angledwalls.lua, it does nothing. Does someone know how to make this work? I'm not very experienced with LUA. --Recipes by otterwise angledwalls.register_recipes = function(angwa_mat) minetest.register_craft({ output = 'angledwalls:angled_wall_' .. angwa_mat ...
by otterwise
Sun Dec 13, 2020 16:31
Forum: Mod Releases
Topic: [Mod] Angled Stairs [1.2] [angledstairs]
Replies: 64
Views: 16506

Re: [Mod] Angled Stairs [1.2] [angledstairs]

I wrote some recipes. --Recipes by otterwise angledstairs.register_recipes = function(angst_mat) minetest.register_craft({ output = 'angledstairs:angled_stair_right_' .. angst_mat .. " 6", recipe = { {'', '', ''}, {'', 'default:' .. angst_mat, 'default:' .. angst_mat}, {'default:' .. angst...
by otterwise
Wed Dec 09, 2020 14:00
Forum: Problems
Topic: Friends can't connect, server not in list etc.
Replies: 6
Views: 1033

Re: Friends can't connect, server not in list etc.

IPv6 was already enabled. :/
by otterwise
Mon Dec 07, 2020 12:11
Forum: Problems
Topic: Friends can't connect, server not in list etc.
Replies: 6
Views: 1033

Re: Friends can't connect, server not in list etc.

My friends also seem to be unable to connect to each other, though I think one of them may have set their firewall up incorrectly. In any case, their servers also do not appear in the server list.
by otterwise
Mon Dec 07, 2020 12:10
Forum: Problems
Topic: Friends can't connect, server not in list etc.
Replies: 6
Views: 1033

Re: Friends can't connect, server not in list etc.

Console output: Loaded texture: /usr/share/minetest/games/minetest/menu/header.png Loaded texture: /usr/share/minetest/games/devtest/menu/icon.png Loaded texture: /home/user/.minetest/games/loria/menu/icon.png Loaded texture: /home/user/.minetest/games/mineclone2/menu/icon.png Loaded texture: /usr/s...
by otterwise
Mon Dec 07, 2020 12:06
Forum: Problems
Topic: Friends can't connect, server not in list etc.
Replies: 6
Views: 1033

Friends can't connect, server not in list etc.

I've been trying to run a server from the GUI to play with my friends for a while. They are consistently getting connection timeouts. So do I when one of them tries running the server. We've tried different ports and I made sure to open them in my firewall. I even turned it off at one point. Still n...