Low (DIY Friendly) Time Required: 10-15 Minutes
By following this guide, you'll be well on your way to mastering the Autoplace Mod 1.8.9 and taking your Minecraft building experience to new heights. Happy building! autoplace mod 189 high quality
-- GUI handler function AutoPlace.open_gui(player) local frame = player.gui.center.addtype = "frame", caption = "AutoPlace v1.89", direction = "vertical" local flow = frame.addtype = "flow", direction = "horizontal" flow.addtype = "label", caption = "Shape:" local shape_drop = flow.addtype = "drop-down", items = "line", "square", "honeycomb", selected_index = 1 flow.addtype = "label", caption = "Count:" local count_field = flow.addtype = "textfield", numeric = true, text = "10" flow.addtype = "label", caption = "Spacing:" local spacing_field = flow.addtype = "textfield", numeric = true, text = "1" Low (DIY Friendly) Time Required: 10-15 Minutes By