Search found 9 matches
- Sun Dec 13, 2020 17:46
- Forum: Mod Releases
- Topic: [Mod] Angled Walls [1.5] [angledwalls]
- Replies: 80
- Views: 12456
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 ...
- Sun Dec 13, 2020 17:12
- Forum: Mod Releases
- Topic: [Mod] Angled Stairs [1.2] [angledstairs]
- Replies: 64
- Views: 10892
- Sun Dec 13, 2020 16:31
- Forum: Mod Releases
- Topic: [Mod] Angled Stairs [1.2] [angledstairs]
- Replies: 64
- Views: 10892
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...
- Sat Dec 12, 2020 15:37
- Forum: WIP Mods
- Topic: [mod] water_life - mobs for mobkit - V210702[water_life]
- Replies: 373
- Views: 21190
Re: [mod] water_life - mobs for mobkit - V091220[water_life]
The repellent requires 2 specific plants and 1 mushroom which simply were not available anywhere nearby. My suggestion would be to implement other ways to curb Moskito spawn in specific areas. There shouldn't really be any way for them to get into completely closed spaces, regardless of humidity, as...
- Fri Dec 11, 2020 20:20
- Forum: WIP Mods
- Topic: [mod] water_life - mobs for mobkit - V210702[water_life]
- Replies: 373
- Views: 21190
Re: [mod] water_life - mobs for mobkit - V091220[water_life]
Great mod but I'm not too happy about the Moskito spawn settings. I was playing in a Jungle area and had them fill up literally every empty voxel at some times. That not only made it impossible to go anywhere without dying, it also made my framerate drop. I fixed it by editing the spawn script to ma...
- Wed Dec 09, 2020 14:00
- Forum: Problems
- Topic: Friends can't connect, server not in list etc.
- Replies: 6
- Views: 256
Re: Friends can't connect, server not in list etc.
IPv6 was already enabled. :/
- Mon Dec 07, 2020 12:11
- Forum: Problems
- Topic: Friends can't connect, server not in list etc.
- Replies: 6
- Views: 256
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.
- Mon Dec 07, 2020 12:10
- Forum: Problems
- Topic: Friends can't connect, server not in list etc.
- Replies: 6
- Views: 256
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...
- Mon Dec 07, 2020 12:06
- Forum: Problems
- Topic: Friends can't connect, server not in list etc.
- Replies: 6
- Views: 256
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...