neoforged / MDK

The Mod Developer Kit - this is where you start if you want to develop a new mod
https://github.com/NeoForgeMDKs
185 stars 59 forks source link

Big Update #44

Closed Spinoscythe closed 5 months ago

Spinoscythe commented 6 months ago
  1. update to gradle 8.6, making this a sister PR to neoforged/NeoForge#708
  2. enable support for DCEVM
  3. update parchment
  4. auto-add ATs
ChampionAsh5357 commented 6 months ago

Also, update all the forge prefixes to neoforge please.

Spinoscythe commented 6 months ago

Also, update all the forge prefixes to neoforge please.

@ChampionAsh5357 I did this previously, but @pupnewfster recommended to only update the gametest run

Spinoscythe commented 6 months ago

@XFactHD I have added docs to an FCW page

Mrbysco commented 6 months ago

Where did the accessTransformers stuff go? 😕

Spinoscythe commented 6 months ago

@Mrbysco in mods.toml now

Shadows-of-Fire commented 6 months ago

The AT's still need to be present in the build.gradle file so that they get applied to the project's decompiled source, the entry in the mods.toml file is only used at runtime.