Skip to content

Commit

Permalink
handle water_source in mg mapgen
Browse files Browse the repository at this point in the history
  • Loading branch information
Sokomine committed Oct 1, 2020
1 parent fb0b0ba commit ff6acc2
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions replacements_global.lua
Expand Up @@ -192,3 +192,8 @@ end

-- many people prefer the new 3d torch even if it will melt some snow
handle_schematics.global_replacement_table[ 'mg_villages:torch' ] = 'default:torch';

-- for the mg mapgen
if(minetest.registered_nodes['default:mg_water_source']) then
handle_schematics.global_replacement_table[ 'default:water_source' ] = 'default:mg_water_source';
end

0 comments on commit ff6acc2

Please sign in to comment.