Search found 35 matches

Return to advanced search

Re: numpy-izing minetestmapper

You forgot to add 16 (or 15 if inclusive rect) to the boundaries. The code should read: pngminx = minx*16 pngmaxx = maxx*16+16 pngminz = minz*16 pngmaxz = maxz*16+16 pngregion=[pngminx, pngmaxx, pngminz, pngmaxz] Using the current code (without +16), [pngregion[1]-pngregion[0], pngregion[4]-pngregio...
by poikilos
Sat Mar 26, 2016 00:28
 
Forum: Minetest-Related
Topic: numpy-izing minetestmapper
Replies: 63
Views: 16804

Re: [Mod] Protector Redo [1.7] [protector]

Digger can still get inside block before remade. This can be prevented by walls that are 2-thick usually, but roof is still too easy to get further inside one block at a time (3-thick roof failed). Please add the following under the "if not protector.can_dig..." condition: --prevent digger...
by poikilos
Wed Mar 23, 2016 20:58
 
Forum: Mod Releases
Topic: [Mod] Protector Redo [2.0] [protector]
Replies: 174
Views: 36042

Re: Updating colors.txt for Minetestmapper.py and C++!

Here are some more that I made that noone posted and are not in VenessaE's colors.txt: protector:door_steel_b_2 142 142 142 protector:door_steel_b_1 142 142 142 doors:door_wood_a 66 49 22 protector:door_wood_b_1 66 49 22 tsm_pyramids:deco_stone3 161 145 111 protector:door_wood_b_2 66 49 22 flowers:s...
by poikilos
Wed Mar 23, 2016 13:59
 
Forum: Minetest-Related
Topic: Updating colors.txt for Minetestmapper.py and C++!
Replies: 13
Views: 6282

Re: [MOD] Lapis Lazuli [lapis]

If player mines lapis, they get "Unknown Item" in their inventory. If you open the player file, the player has "lapis:lazurite_cobble" listed please fix by changing the drop to lapis:lapis_cobble if that is correct (seems correct since all other mentions of cobble in lapis/init.l...
by poikilos
Thu Mar 17, 2016 19:27
 
Forum: Mod Releases
Topic: [MOD] Lapis Lazuli [lapis]
Replies: 17
Views: 5192

Re: [Mod] Compass GPS [compassgps]

Compass GPS version 2.7 Echo created a compass mod back in 2012: https://forum.minetest.net/viewtopic.php?id=3785 PilzAdams made a modification of it, which I can not find the source to, I don't know how much of PilzAdams changes made it into the later versions of Echo's mod. Here is the link to Pi...
by poikilos
Mon Mar 14, 2016 13:28
 
Forum: Mod Releases
Topic: [Mod] Compass GPS [compassgps]
Replies: 124
Views: 52765
Previous

Return to advanced search

cron