Scenario grid map with random bridges deprecated

by Trblz

Creates new map with 96x96 square build able areas, 10 wide voids and random 6 width bridges. New random mixed ore generation that files entire square

5 years ago
0.16
4

b failed to start message error from incorrect dependency structure

5 years ago

I got the error even before any mod started to load and the problem was that the dependency structure was incomplete as it was missing
this


"dependencies":
[
"base >= 0.16.0"
]


it was not hard for me to find out as I looked at a mod that I know that will load and saw the difference and I don't wish to be seen as condescending but I am just reporting what went wrong and how I figured out a fix by using my common sense to compare what was wrong and the file is the info.json and it was a simple fix that was easy to do

New response