The /green command should now only affect dirt on the top layer.

Dieser Commit ist enthalten in:
TomyLobo 2011-08-17 13:18:42 +02:00
Ursprung 2b94ddf7ed
Commit 93620ec168

Datei anzeigen

@ -2082,6 +2082,7 @@ public class EditSession {
if (setBlock(pt, grass)) {
++affected;
}
break;
}
}
}