Repainter and rotator

Description

Simple repaint and rotate objects with only specified paramtype. Primary for creative builders. I created it for my other mods - Nodehouses, Noderoads, Owires... Tools:

  • Repainter - repaints object: on left click - one color per click, on rightclick - more colors per click (4, 8, 8, 4)
  • Rotator - rotate object, similar as screwdriver: on left click - one, on rightclick - part (for facedir and degrotate)

In variants:

  • A - (color)facedir - blue
  • B - (color)4dir - red
  • C - (color)wallmounted - green
  • D - (color)degrotate - yellow
  • Zerotator, Zerorepainter - sets some bits of node.param2 to 0 (default color or default rotation)

This mod does not include any palette, it uses palettes specified for each node.

Crafting actually supported for Mineclonia and Minetest game based games

Credits:

  • MatyasP - mod author
  • bgstack15 - creator of crafting
AI used for creating the mod 🔗
  • Idea: Full plan how mod may works made by human, MatyasP.
  • Code: AI used for generate main function after human wrote how it may works. After code was generated, mod author tested it, repaired mistakes and learnt more with it. Used AI: ChatGPT, Czech language.
  • Textures: Textures made by human in software Paint.net without using any AI tool

Reviews

Review

Do you recommend this mod?

  • No reviews, yet.

Releases

2026-05-18 19:33 UTC

10501 - Testnodes, groups, translate 🔗

  1. Added test nodes (removable by add: -- on start of line in init.lua that loads testnodes.lua)
  2. Added node groups repainter_not_repaintable and repainter_not_rotatable (for example, in node register use for unrepaintable node: groups={repainter_not_repaintable=1,--[[other_groups]]}
  3. Added detection functions into tools for node groups above
  4. Start of support translation
2026-05-16 22:22 UTC

10401 - Zerotools, bugfix, crafting 🔗

  1. Added Zerotator and Zerorepainter (sets bits of node.param2 to 0)
  2. Fixed bug with rightclick by Rotator D
  3. Added crafting by bgstack15 - great thanks! (I think that added in version before but I see that I did mistake)
2025-07-09 11:35 UTC

10302 - added crafting 🔗

Added crafting for Mineclonia and Minetest game based games - thanks to bgstack15

2025-06-28 21:41 UTC

10203 - first publish release 🔗

No release notes

All releases