Search found 24 matches
- Mon Nov 02, 2020 16:28
- Forum: WIP Mods
- Topic: [MOD] Inventory Scanner (mesecons)
- Replies: 5
- Views: 376
Re: [MOD] Inventory Scanner (mesecons)
Awesome looking mod! No time currently to try it out, but I'll give it a shot a little bit later :D Thanks :) One question: How does it scans the furnace? The furnace has 3 inventories, fuel, src and dst. Just pick the one you want use in the scanner's interface (by right clicking on the scanner af...
- Wed Oct 28, 2020 22:29
- Forum: General Discussion
- Topic: Trimming the world
- Replies: 2
- Views: 178
Re: Trimming the world
I don't mean I want an empty world, I want to reset and let it regenerate. However, instead of resetting my world maybe as you said, I create a new world with the same seed and copy over my buildings.. Hmm, I shall try. Thanks!
- Wed Oct 28, 2020 18:51
- Forum: Problems
- Topic: Can't join server via VPN
- Replies: 15
- Views: 509
Re: Can't join server via VPN
I found a fix but it still it doesn't explain the problem. I set bind_address=192.168.0.39 (the server's lan address) in minetest.conf. "ss -l" now reports that it listens to 192.168.0.39:30000. Now I can connect to the minetest server using 192.168.0.39 via the vpn. I can no longer connec...
- Wed Oct 28, 2020 18:38
- Forum: Problems
- Topic: Can't join server via VPN
- Replies: 15
- Views: 509
Re: Can't join server via VPN
Another difference that I don't understand is that MC listens to *:25550 and MT 0.0.0.0:30000. They should have the same meaning and I don't know why they are listed differently. # ss -l | egrep "30000|25550" udp UNCONN 0 0 0.0.0.0:30000 0.0.0.0:* tcp LISTEN 0 4096 *:25550 *:*
- Wed Oct 28, 2020 18:35
- Forum: Problems
- Topic: Can't join server via VPN
- Replies: 15
- Views: 509
Re: Can't join server via VPN
Those settings are left at default. bind_address is commented out.FreeGamers wrote: ↑Wed Oct 28, 2020 11:40Did you set Minetest to listen on the LAN interface and not the localhost interface? I don't know why, but from previous issues I've had, I'd check that too int he /etc/minetest.conf file.
- Wed Oct 28, 2020 18:34
- Forum: Problems
- Topic: Can't join server via VPN
- Replies: 15
- Views: 509
Re: Can't join server via VPN
# iptables -S
-P INPUT ACCEPT
-P FORWARD ACCEPT
-P OUTPUT ACCEPT
-A INPUT -p udp -m udp --dport 1194 -j ACCEPT
-A FORWARD -m state --state RELATED,ESTABLISHED -j ACCEPT
-A FORWARD -s 10.8.0.0/24 -j ACCEPT
-P INPUT ACCEPT
-P FORWARD ACCEPT
-P OUTPUT ACCEPT
-A INPUT -p udp -m udp --dport 1194 -j ACCEPT
-A FORWARD -m state --state RELATED,ESTABLISHED -j ACCEPT
-A FORWARD -s 10.8.0.0/24 -j ACCEPT
- Wed Oct 28, 2020 18:29
- Forum: Problems
- Topic: Can't join server via VPN
- Replies: 15
- Views: 509
Re: Can't join server via VPN
I can connect to the minetest server if I use 10.8.0.1, but not the usual 192.168.0.XX. It's not a big deal to keep different favorites for home or remote. However, I should not have to do this since I can connect to all other services on the same machine using the 192.168.0.XX address when I'm remo...
- Tue Oct 27, 2020 23:33
- Forum: General Discussion
- Topic: Trimming the world
- Replies: 2
- Views: 178
Trimming the world
Hey
I want to delete all generated terrain in my world except a vertical cylinder around my base. What is the best way to do this?
Cheers
I want to delete all generated terrain in my world except a vertical cylinder around my base. What is the best way to do this?
Cheers
- Tue Oct 27, 2020 23:23
- Forum: General Discussion
- Topic: Post your videos!
- Replies: 1005
- Views: 141623
Re: Post your videos!
Showcasing two new mods, Meseboxes (stand alone) and the Inventory Scanner (Mesecons addition).
Mesebox: viewtopic.php?f=9&t=25535
Scanner: viewtopic.php?f=9&t=25534
https://www.youtube.com/watch?v=Lv7NOqLdT7U
Mesebox: viewtopic.php?f=9&t=25535
Scanner: viewtopic.php?f=9&t=25534
https://www.youtube.com/watch?v=Lv7NOqLdT7U
- Tue Oct 27, 2020 22:52
- Forum: Mod Releases
- Topic: [Mod] Baked Clay [0.9] [bakedclay]
- Replies: 28
- Views: 22405
- Tue Oct 27, 2020 22:49
- Forum: Modding Discussion
- Topic: Post your mod requests/ideas here
- Replies: 2122
- Views: 307730
Re: Post your mod requests/ideas here
I haven't read the rest of this thread, but why doesn't minetest have wings? You mean something like MC elytra? The best match I've found so far is the "Glider" mod. Comes with a glider and firework rockets to boost your speed. It's not as polished as flying with elytra but it works. Ther...
- Tue Oct 27, 2020 16:08
- Forum: WIP Mods
- Topic: [MOD] Mesebox
- Replies: 6
- Views: 374
Re: [MOD] Mesebox
v0.2 released IMPORTANT If you're upgrading from a previous version, place down all Meseboxes that are not empty into the world before updating and dig them up after update or otherwise inventory will be lost. https://github.com/johalun/mesebox/releases/tag/v0.2 Changes - Remove use of deprecated A...
- Tue Oct 27, 2020 00:26
- Forum: WIP Mods
- Topic: [MOD] Mesebox
- Replies: 6
- Views: 374
Re: [MOD] Mesebox
That's great! I hope these scientists will receive enough funding for further research. They did a very good job so far. And who knows what other mysteries MESE may hold? Thank you :) Yes! As a matter of fact, they are working on some quality of life improvements for the Meseboxes right now. For ex...
- Sun Oct 25, 2020 16:13
- Forum: WIP Mods
- Topic: [MOD] Mesebox
- Replies: 6
- Views: 374
- Sat Oct 24, 2020 04:49
- Forum: Problems
- Topic: Can't join server via VPN
- Replies: 15
- Views: 509
Re: Can't join server via VPN
It's a default installation of openvpn, nothing configured regarding ports so I doubt it would block 30k but not above and below that. I'll test on Monday when I'm back in the office.
- Sat Oct 24, 2020 04:07
- Forum: Problems
- Topic: Can't join server via VPN
- Replies: 15
- Views: 509
Re: Can't join server via VPN
As I wrote in my first post, I can use ssh and also login to my Minecraft server on port 50xxx on the same machine. The problem is specific to Minetest.
- Fri Oct 23, 2020 16:28
- Forum: Problems
- Topic: Can't join server via VPN
- Replies: 15
- Views: 509
Re: Can't join server via VPN
Minetest is running on port 30000.
- Thu Oct 22, 2020 14:12
- Forum: WIP Mods
- Topic: [MOD] Mesebox
- Replies: 6
- Views: 374
[MOD] Mesebox
Mesebox There are still many mysteries surrounding Mese, the ore that can be found deep underground. Some say even it's of alien origin. Recently, however, scientists have unlocked one of its mysteries and invented the Mesebox. The power of Mese combined with a storage box creates a storage that ca...
- Thu Oct 22, 2020 14:04
- Forum: WIP Mods
- Topic: [MOD] Inventory Scanner (mesecons)
- Replies: 5
- Views: 376
[MOD] Inventory Scanner (mesecons)
The Inventory Scanner is an addition to the Mesecons mod. It adds the capability to react to changes in chests and other nodes with inventory. Please try it out! Source: https://github.com/johalun/mesecons/tree/scanner-node Mesecons PR: https://github.com/minetest-mods/mesecons/pull/540 Youtube vide...
- Tue Oct 20, 2020 21:02
- Forum: Problems
- Topic: Can't join server via VPN
- Replies: 15
- Views: 509
Can't join server via VPN
Hey! So I've just setup a VPN to be able to access my home network from remote locations. I have a Minetest server running on the same computer as my VPN server. The problem is, I can't join (timeout) when connecting via VPN. I suspect this might be because Minetest and the VPN server are on the sam...
- Sat Oct 10, 2020 05:43
- Forum: Mod Releases
- Topic: [Mod] Baked Clay [0.9] [bakedclay]
- Replies: 28
- Views: 22405
Re: [Mod] Baked Clay [0.9] [bakedclay]
Thanks for adding this to MT! Can we get a mesa biome in MTG as well? :) I love building with these materials but go under water and digging for clay in survival isn't really an option...
- Mon Oct 05, 2020 14:45
- Forum: General Discussion
- Topic: Detect if chest has items?
- Replies: 3
- Views: 224
Re: Detect if chest has items?
Thanks! But, how would you use this to power a mesecon line?
- Fri Oct 02, 2020 20:47
- Forum: General Discussion
- Topic: Detect if chest has items?
- Replies: 3
- Views: 224
Detect if chest has items?
What is the Minetest way of doing this? I would like to get a mesecon line powered if a chest contains any items to start a clock that feeds the items to a furnace by pulsing a filter-injector.
- Sat Sep 26, 2020 14:20
- Forum: WIP Mods
- Topic: [Mod] Advanced Chest (Clone From Mineclone2) [mcl_chest_for_mt_game]
- Replies: 2
- Views: 551
Re: [Mod] Advanced Chest (Clone From Mineclone2) [mcl_chest_for_mt_game]
This is great! But, how do you craft or find shulker boxes in non creative mode?