ImSoHM02 Posted October 24 Share Posted October 24 (edited) Hi, I want to adjust the spacing of some custom prefabs and I just can't seem to figure out how. I've tried the following code, but that only seems to change vanilla recipe spacing. for _,v in pairs(GLOBAL.AllRecipes) do v.min_spacing = 1 end I've also tried adding min_spacing = 1 into the config portion of the AddRecipe2 and still no luck. How would I go about changing this so it works with modded recipes? Thank you! Edited October 24 by ImSoHM02 Link to comment Share on other sites More sharing options...
ClumsyPenny Posted October 25 Share Posted October 25 This could be an issue of priority, your mod might get loaded before other mods, so try putting a lower priority number in modinfo.lua. 1 Link to comment Share on other sites More sharing options...
ImSoHM02 Posted October 29 Author Share Posted October 29 On 10/25/2023 at 8:42 PM, ariadnesGambit said: This could be an issue of priority, your mod might get loaded before other mods, so try putting a lower priority number in modinfo.lua. This is what it actually was, thank you. 1 Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now