Search found 1 match
- Sun Nov 17, 2024 12:51
- Forum: Luanti-related projects
- Topic: Mineclone Code Editing
- Replies: 0
- Views: 410
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...