1.21.10
This commit is contained in:
@@ -2,13 +2,13 @@
|
||||
org.gradle.jvmargs=-Xmx1G
|
||||
# Fabric Properties
|
||||
# check these on https://modmuss50.me/fabric.html
|
||||
minecraft_version=1.21.8
|
||||
yarn_mappings=1.21.8+build.1
|
||||
loader_version=0.17.2
|
||||
minecraft_version=1.21.10
|
||||
yarn_mappings=1.21.10+build.2
|
||||
loader_version=0.17.3
|
||||
# Mod Properties
|
||||
mod_version=1.0
|
||||
mod_version=1.1
|
||||
maven_group=com.kasetoatz
|
||||
archives_base_name=GhastHacks
|
||||
# Dependencies
|
||||
# check this on https://modmuss50.me/fabric.html
|
||||
fabric_version=0.132.0+1.21.8
|
||||
fabric_version=0.135.0+1.21.10
|
||||
|
||||
@@ -2,10 +2,13 @@ package com.kasetoatz.ghasthacks;
|
||||
|
||||
import net.fabricmc.api.ClientModInitializer;
|
||||
|
||||
import static com.kasetoatz.ghasthacks.config.Config.load;
|
||||
|
||||
public class Ghasthacks implements ClientModInitializer
|
||||
{
|
||||
@Override
|
||||
public void onInitializeClient() {
|
||||
|
||||
public void onInitializeClient()
|
||||
{
|
||||
load();
|
||||
}
|
||||
}
|
||||
|
||||
@@ -5,7 +5,6 @@ import net.minecraft.client.MinecraftClient;
|
||||
import net.minecraft.client.network.ClientPlayerEntity;
|
||||
import net.minecraft.entity.Entity;
|
||||
import net.minecraft.entity.MovementType;
|
||||
import net.minecraft.entity.mob.GhastEntity;
|
||||
import net.minecraft.entity.passive.HappyGhastEntity;
|
||||
import net.minecraft.util.PlayerInput;
|
||||
import net.minecraft.util.math.Vec3d;
|
||||
|
||||
@@ -7,7 +7,6 @@
|
||||
"authors": [],
|
||||
"contact": {},
|
||||
"license": "MIT",
|
||||
"icon": "assets/ghasthacks/icon.png",
|
||||
"environment": "*",
|
||||
"entrypoints": {
|
||||
"client": [
|
||||
|
||||
Reference in New Issue
Block a user