⁠
rednesto: NeoForge support (#2196 )
* NeoForged support
* 2024 license
* Add Parchment mappings
* Fix NeoGradle integration
* License
* Fix ktlint error
* Allow using parchment mappings for older versions
* Address reviews
* Quote mod_id placeholder in mods.toml template
See 59677b86ece5864084819bbbe3c616636e9d37f8
* NeoForged support
* 2024 license
* Add Parchment mappings
* Fix NeoGradle integration
* License
* Fix ktlint error
* Allow using parchment mappings for older versions
* Address reviews
* Quote mod_id placeholder in mods.toml template
See 59677b86ece5864084819bbbe3c616636e9d37f8
- #if (${PACKAGE_NAME} && ${PACKAGE_NAME} != "")package ${PACKAGE_NAME};#end
- #parse("File Header.java")
- import net.minecraft.world.effect.MobEffect;
- import net.minecraft.world.effect.MobEffectCategory;
- public class ${NAME} extends MobEffect {
- public ${NAME}(MobEffectCategory category, int color) {
- super(category, color);
- }
- }