Skip to content

Commit

Permalink
Remove PreLaunch init() calls for MixinExtras.
Browse files Browse the repository at this point in the history
They are no longer required as of 0.2.0-beta.5.
... According to the Super Sekrit Documentation.

* Remove PreLaunch; resolves #76
  • Loading branch information
gniftygnome committed May 13, 2023
1 parent faa2006 commit 78165cf
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 28 deletions.

This file was deleted.

5 changes: 0 additions & 5 deletions terraform-dirt-api-v1/src/main/resources/fabric.mod.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,6 @@
"gniftygnome"
],
"description": "Makes adding custom dirt/grass/podzol/etc blocks much simpler",
"entrypoints": {
"preLaunch": [
"com.terraformersmc.terraform.dirt.DirtPreLaunch"
]
},
"custom": {
"modmenu:api": true,
"modmenu": {
Expand Down

This file was deleted.

3 changes: 0 additions & 3 deletions terraform-wood-api-v1/src/main/resources/fabric.mod.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,6 @@
],
"client": [
"com.terraformersmc.terraform.boat.impl.client.TerraformBoatClientInitializer"
],
"preLaunch": [
"com.terraformersmc.terraform.wood.WoodPreLaunch"
]
},
"license": "LGPL-3.0-only",
Expand Down

0 comments on commit 78165cf

Please sign in to comment.