D00Med / scifi_nodes

Minetest mod that adds scifi themed nodes
Other
12 stars 18 forks source link

add unifieddyes support #38

Closed BuckarooBanzay closed 4 years ago

BuckarooBanzay commented 4 years ago

Overview

This PR adds optional support for the unifieddyesmod to enable node coloring based on param2. Rainbow spacestations, yay! :rainbow:

Implementation

Every colorable node has a corresponding "_colored" node that gets used if you color it with the airbrush (for backward compatibility).

Registered nodes

Currently colorable nodes:

screenshot_20200523_202731

@fluxionary could you review this if you have time? I know you are using this mod in the blocky server.

fluxionary commented 4 years ago

Just a heads up, it might take me a few days to get to this, but I'll review it.

BuckarooBanzay commented 4 years ago

tested locally and on some existing worlds, looks good, merging...