Search found 2 matches
- Thu Jun 12, 2025 17:11
- Forum: Modding Discussion
- Topic: Mineclone Code Editing
- Replies: 2
- Views: 2748
Re: Mineclone Code Editing
OMG I literally can not believe you responded. I even totally forgot about this post and gave up. I just found it now when I searched "ShadowPlasma2009", my online username and found it. Thanks for replying. It's probably been almost a year since I wrote this. This was when I was still mes...
- Sun Nov 17, 2024 12:51
- Forum: Modding Discussion
- Topic: Mineclone Code Editing
- Replies: 2
- Views: 2748
Mineclone Code Editing
I have recently been trying to increase the range of the beacon in Mineclonia Subgame. I have changed the "local beacon_distance = (power_level + 1) * 10" to "local beacon_distance = (power_level + 1) * 100 on all the occurrances. After that, I restarted Minetest and tested my modifi...