Skip to content

Commit 27ef6db

Browse files
committed
Port to 1.21.4
1 parent 9d19c76 commit 27ef6db

File tree

85 files changed

+804
-815
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

85 files changed

+804
-815
lines changed

build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ runs {
4545
programArgument '--nogui'
4646
}
4747

48-
data {
48+
clientData {
4949
// example of overriding the workingDirectory set in configureEach above, uncomment if you want to use it
5050
// workingDirectory project.file('run-data')
5151

@@ -83,8 +83,8 @@ dependencies {
8383

8484
localRuntime "mezz.jei:jei-${mc_version}-neoforge:${jei_version}"
8585

86-
compileOnly "dev.emi:emi-neoforge:${emi_version}:api"
87-
localRuntime "dev.emi:emi-neoforge:${emi_version}"
86+
// compileOnly "dev.emi:emi-neoforge:${emi_version}:api"
87+
// localRuntime "dev.emi:emi-neoforge:${emi_version}"
8888
}
8989

9090
jar {

gradle.properties

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@ org.gradle.daemon=false
55
org.gradle.debug=false
66

77
# Base info
8-
mc_version=1.21.1
9-
neo_version=21.1.170
10-
neogradle.subsystems.parchment.minecraftVersion=1.21.1
11-
neogradle.subsystems.parchment.mappingsVersion=2024.11.17
8+
mc_version=1.21.4
9+
neo_version=21.4.129
10+
neogradle.subsystems.parchment.minecraftVersion=1.21.4
11+
neogradle.subsystems.parchment.mappingsVersion=2025.03.23
1212
neogradle.subsystems.conventions.runs.create-default-run-per-type=false
1313
mod_group=com.mrbysco.constructionstick
1414
mod_id=constructionstick
@@ -23,5 +23,5 @@ modrinth_id=ooyjDLZt
2323
version=1.2.1
2424

2525
# Dependencies
26-
jei_version=19.21.0.247
27-
emi_version=1.1.22+1.21.1
26+
jei_version=20.0.0.4
27+
#emi_version=1.1.22+1.21.1

gradle/wrapper/gradle-wrapper.jar

122 Bytes
Binary file not shown.

gradle/wrapper/gradle-wrapper.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
distributionBase=GRADLE_USER_HOME
22
distributionPath=wrapper/dists
3-
distributionUrl=https\://services.gradle.org/distributions/gradle-8.12.1-bin.zip
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-8.13-bin.zip
44
networkTimeout=10000
55
validateDistributionUrl=true
66
zipStoreBase=GRADLE_USER_HOME

gradlew

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,7 @@ fi
205205
DEFAULT_JVM_OPTS='"-Xmx64m" "-Xms64m"'
206206

207207
# Collect all arguments for the java command:
208-
# * DEFAULT_JVM_OPTS, JAVA_OPTS, JAVA_OPTS, and optsEnvironmentVar are not allowed to contain shell fragments,
208+
# * DEFAULT_JVM_OPTS, JAVA_OPTS, and optsEnvironmentVar are not allowed to contain shell fragments,
209209
# and any embedded shellness will be escaped.
210210
# * For example: A user cannot expect ${Hostname} to be expanded, as it is an environment variable and will be
211211
# treated as '${Hostname}' itself on the command line.
Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
{
2+
"model": {
3+
"type": "minecraft:select",
4+
"cases": [
5+
{
6+
"model": {
7+
"type": "minecraft:model",
8+
"model": "constructionstick:item/copper_stick_angel"
9+
},
10+
"when": "angel"
11+
},
12+
{
13+
"model": {
14+
"type": "minecraft:model",
15+
"model": "constructionstick:item/copper_stick_destruction"
16+
},
17+
"when": "destruction"
18+
}
19+
],
20+
"fallback": {
21+
"type": "minecraft:model",
22+
"model": "constructionstick:item/copper_stick"
23+
},
24+
"property": "constructionstick:stick_upgrade"
25+
}
26+
}
Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
{
2+
"model": {
3+
"type": "minecraft:select",
4+
"cases": [
5+
{
6+
"model": {
7+
"type": "minecraft:model",
8+
"model": "constructionstick:item/diamond_stick_angel"
9+
},
10+
"when": "angel"
11+
},
12+
{
13+
"model": {
14+
"type": "minecraft:model",
15+
"model": "constructionstick:item/diamond_stick_destruction"
16+
},
17+
"when": "destruction"
18+
}
19+
],
20+
"fallback": {
21+
"type": "minecraft:model",
22+
"model": "constructionstick:item/diamond_stick"
23+
},
24+
"property": "constructionstick:stick_upgrade"
25+
}
26+
}
Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
{
2+
"model": {
3+
"type": "minecraft:select",
4+
"cases": [
5+
{
6+
"model": {
7+
"type": "minecraft:model",
8+
"model": "constructionstick:item/iron_stick_angel"
9+
},
10+
"when": "angel"
11+
},
12+
{
13+
"model": {
14+
"type": "minecraft:model",
15+
"model": "constructionstick:item/iron_stick_destruction"
16+
},
17+
"when": "destruction"
18+
}
19+
],
20+
"fallback": {
21+
"type": "minecraft:model",
22+
"model": "constructionstick:item/iron_stick"
23+
},
24+
"property": "constructionstick:stick_upgrade"
25+
}
26+
}
Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
{
2+
"model": {
3+
"type": "minecraft:select",
4+
"cases": [
5+
{
6+
"model": {
7+
"type": "minecraft:model",
8+
"model": "constructionstick:item/netherite_stick_angel"
9+
},
10+
"when": "angel"
11+
},
12+
{
13+
"model": {
14+
"type": "minecraft:model",
15+
"model": "constructionstick:item/netherite_stick_destruction"
16+
},
17+
"when": "destruction"
18+
}
19+
],
20+
"fallback": {
21+
"type": "minecraft:model",
22+
"model": "constructionstick:item/netherite_stick"
23+
},
24+
"property": "constructionstick:stick_upgrade"
25+
}
26+
}
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"model": {
3+
"type": "minecraft:model",
4+
"model": "constructionstick:item/template_angel"
5+
}
6+
}

0 commit comments

Comments
 (0)