]> git.lizzy.rs Git - Crafter.git/commitdiff
Increase ladder amount
authoroilboi <47129783+oilboi@users.noreply.github.com>
Thu, 18 Jun 2020 18:56:40 +0000 (14:56 -0400)
committeroilboi <47129783+oilboi@users.noreply.github.com>
Thu, 18 Jun 2020 18:56:40 +0000 (14:56 -0400)
README.md
mods/main/craft_recipes.lua

index f4c7695b84bc042a0252c6549785be18d964c757..4a9d88415039f60c1bce5d8cac8f0cb5fcb881e1 100644 (file)
--- a/README.md
+++ b/README.md
@@ -60,6 +60,7 @@ max_packets_per_iteration = 10096
 - Heavily optimized network usage with player mechanics to client mod
 - Updated player_api for next step in optimization
 - ElCeejo remodeled and fixed snowman head tracking. Thanks!
+- Overhauled everything
 ---
 
 
index 3861aafa92f192050834f5cf4abf38055096d954..bb6c9c5539a6e8d58b1c6ead05643341dc6b4ed0 100644 (file)
@@ -165,7 +165,7 @@ for id,tool in pairs(tool) do
 end
 
 minetest.register_craft({
-       output = "main:ladder",
+       output = "main:ladder 16",
        recipe = {
                {"main:stick","", "main:stick"},
                {"main:stick","main:stick", "main:stick"},