1
0
mirror of https://github.com/SquidDev-CC/CC-Tweaked synced 2025-04-06 18:56:58 +00:00

Update to Forge 1.18.1

This commit is contained in:
Jonathan Coates 2021-12-11 07:31:41 +00:00
parent 23c17075be
commit 57c5d19f95
No known key found for this signature in database
GPG Key ID: B9E431FF07C98D06
3 changed files with 4 additions and 11 deletions

View File

@ -4,7 +4,7 @@ org.gradle.jvmargs=-Xmx3G
mod_version=1.99.0
# Minecraft properties (update mods.toml when changing)
mc_version=1.18
mc_version=1.18.1
mapping_version=2021.09.05
forge_version=38.0.0
forge_version=39.0.0
# NO SERIOUSLY, UPDATE mods.toml WHEN CHANGING

View File

@ -140,13 +140,6 @@ public class TileMonitor extends TileGeneric
@Override
public void load( @Nonnull CompoundTag nbt )
{
if( level != null && level.isClientSide )
{
// TODO: Remove once https://github.com/MinecraftForge/MinecraftForge/pull/8237 is merged.
handleUpdateTag( nbt );
return;
}
super.load( nbt );
xIndex = nbt.getInt( NBT_X );

View File

@ -1,5 +1,5 @@
modLoader="javafml"
loaderVersion="[38,39)"
loaderVersion="[39,40)"
issueTrackerURL="https://github.com/cc-tweaked/CC-Tweaked/issues"
logoFile="pack.png"
@ -21,6 +21,6 @@ CC: Tweaked is a fork of ComputerCraft, adding programmable computers, turtles a
[[dependencies.computercraft]]
modId="forge"
mandatory=true
versionRange="[38.0.0,39)"
versionRange="[39.0.0,40)"
ordering="NONE"
side="BOTH"