Page 1 of 1

Map-wide block editing

PostPosted: Wed Nov 13, 2013 16:08
by DeepGaze
*sorry if in wrong section of the forum. if so move and not delete please!*
I installed a mod that spawned blocks in random places, and wish to delete it. the only problem is it leaves many unknown blocks in the map. to add to this another mod replaced some blocks. so is it possible to delete/replace a block mapwide? ( maybe through the sqlite file)

PostPosted: Wed Nov 13, 2013 16:26
by kaeza
See PilzAdam's clean mod.

PostPosted: Wed Nov 13, 2013 16:32
by Topywo
DeepGaze wrote:*sorry if in wrong section of the forum. if so move and not delete please!*
I installed a mod that spawned blocks in random places, and wish to delete it. the only problem is it leaves many unknown blocks in the map. to add to this another mod replaced some blocks. so is it possible to delete/replace a block mapwide? ( maybe through the sqlite file)


I think deleting unknown blocks is only possible in activated areas/chunks. If your problem is only the unknown blocks, you could make aliases. Look at the code concerning 'generate' and 'ABM' and alias the 'new' blocks back into what they were. If the unknown blocks are created in 'air' alias them into air. Probably there are more solutions, but this is one I would try. (EDIT: for example the post above this one ;-) )