]> git.lizzy.rs Git - Crafter.git/commitdiff
Make singleplayer run a lot faster
authoroilboi <47129783+oilboi@users.noreply.github.com>
Wed, 24 Jun 2020 22:45:06 +0000 (18:45 -0400)
committeroilboi <47129783+oilboi@users.noreply.github.com>
Wed, 24 Jun 2020 22:45:06 +0000 (18:45 -0400)
LICENSE
minetest.conf

diff --git a/LICENSE b/LICENSE
index e62ec04cdeece724caeeeeaeb6ae1f6af1bb6b9a..fbcda0155f819bce2fe23834f3565de07128cad5 100644 (file)
--- a/LICENSE
+++ b/LICENSE
@@ -672,3 +672,5 @@ may consider it more useful to permit linking proprietary applications with
 the library.  If this is what you want to do, use the GNU Lesser General
 Public License instead of this License.  But first, please read
 <https://www.gnu.org/licenses/why-not-lgpl.html>.
+
+That's a lot of words!
\ No newline at end of file
index 3bc2a75fc24e9e554c5cd85712130427dee37d3d..288c0c44d98f47aa45ee368a31ae422309826473 100644 (file)
@@ -7,3 +7,5 @@ console_alpha = 157
 csm_restriction_flags = 0
 enable_mod_channels = true
 secure.http_mods = skins
+max_objects_per_block = 4096
+max_packets_per_iteration = 10096
\ No newline at end of file