-
Notifications
You must be signed in to change notification settings - Fork 0
Home
This dependency is lets you add new tiles (and drops), new caves (and change the cave generation), new achievements and new gamemodes.
Mods using this dependency :
- All You Can Mine (POModder)
- Fake Resources (POModder)
- Endless Combat Mode (POModder)
This dependency takes over Tile.gd, MultiplayerLoadoutStage.gd, Map.gd and LevelStage.gd. Hooks have been added to all of these except LevelStage.gd. This means that, if you want to change something from LevelStage.gd, this dependency will not be compatible with your mod. In this case please contact me so we can find a solution. If you use this dependency, your mod will be compatible with the mods listed above.
Add your own game mode : if you want to know how to create your own game mode follow these steps.
Add your own achievements : Want to add a new achievement? Easy, follow these steps
Add your own tiles : use this example project as a base to create your own tiles and drops. Please ask in the discord which tileData positions are available (vanilla + AllYouCanMine use -1 to 19 already and FakeResources uses 21, 22 and 23).