Lymkwi / python-minetest

A python library to manipulate minetest's files
6 stars 3 forks source link

importing schems makes holes #11

Open ghost opened 8 years ago

ghost commented 8 years ago

see https://github.com/bobombolo/preload/issues/12

ghost commented 8 years ago

I was thinking that the import schem function should have a forceplace = false setting. the ignore is ok, but the forceplace is more important on the import than the export.

import_schematic(self, pos, schematic, ignore=[], forceplace = false, stage_save=0):