Skip to content

Commit 8e1b127

Browse files
authored
Update to support MI 2.3.13 (#154)
1 parent 3248a01 commit 8e1b127

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

gradle.properties

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ mod_discord_icon=https://cdn.discordapp.com/emojis/1264330203786903584.webp
2121
# NeoForge Environment
2222
minecraft_version=1.21.1
2323
minecraft_version_range=1.21.1
24-
neoforge_version=21.1.113
24+
neoforge_version=21.1.209
2525
parchment_mappings_minecraft_version=1.21
2626
parchment_mappings_version=2024.07.28
2727
loader_version_range=[4,)
@@ -37,8 +37,8 @@ mod_github=https://github.com/Swedz/tesseract-neoforge
3737
# Dependencies
3838
mixinextras_version=0.3.5
3939
emi_version=1.1.10+1.21
40-
modern_industrialization_version=2.3.11
41-
modern_industrialization_version_range=[2.3.11-, 2.4-)
40+
modern_industrialization_version=2.3.13
41+
modern_industrialization_version_range=[2.3.13-, 2.4-)
4242
grandpower_version=3.0.0
4343
cloth_config_version=15.0.127
4444
ohthetreesyoullgrow_version_range=[5.0.7,)

src/main/java/net/swedz/tesseract/neoforge/compat/mi/material/MIMaterials.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -406,7 +406,7 @@ public interface MIMaterials
406406
.addNative(CURVED_PLATE)
407407
.addNative(BLOCK)
408408
.addNative(RAW_METAL, RAW_METAL_BLOCK)
409-
.addNative(ORE, ORE_DEEPSLATE)
409+
.addNative(ORE)
410410
.addNative(MACHINE_CASING.formattingRaw("quantum_machine_casing", "Quantum Machine Casing").set(BLAST_RESISTANCE, 6000f))
411411
.addNative(MACHINE_CASING_PIPE.set(BLAST_RESISTANCE, 6000f))
412412
.addNative(PLASMA_HANDLING_MACHINE_CASING.set(BLAST_RESISTANCE, 6000f))

0 commit comments

Comments
 (0)