feat: working block implementation

This commit is contained in:
Andrew 2026-04-06 02:03:46 +07:00
parent 23981fb9ca
commit 802bbb6c7b
31 changed files with 1580 additions and 51 deletions

View file

@ -3,7 +3,7 @@ plugins {
id 'maven-publish'
id 'idea'
id 'net.neoforged.moddev' version '2.0.141'
id 'org.jetbrains.kotlin.jvm' version '2.0.0'
id 'org.jetbrains.kotlin.jvm' version '2.3.0'
}
version = mod_version
@ -103,7 +103,7 @@ sourceSets.main.resources { srcDir 'src/generated/resources' }
dependencies {
implementation 'thedarkcolour:kotlinforforge-neoforge:5.3.0'
implementation 'thedarkcolour:kotlinforforge-neoforge:5.11.0'
// Example mod dependency with JEI
// The JEI API is declared for compile time use, while the full JEI artifact is used at runtime