1.21.6
This commit is contained in:
@@ -2,8 +2,8 @@
|
|||||||
org.gradle.jvmargs=-Xmx1G
|
org.gradle.jvmargs=-Xmx1G
|
||||||
# Fabric Properties
|
# Fabric Properties
|
||||||
# check these on https://modmuss50.me/fabric.html
|
# check these on https://modmuss50.me/fabric.html
|
||||||
minecraft_version=1.21.5
|
minecraft_version=1.21.6
|
||||||
yarn_mappings=1.21.5+build.1
|
yarn_mappings=1.21.6+build.1
|
||||||
loader_version=0.16.14
|
loader_version=0.16.14
|
||||||
# Mod Properties
|
# Mod Properties
|
||||||
mod_version=1.0
|
mod_version=1.0
|
||||||
@@ -11,4 +11,4 @@ maven_group=com.kasetoatz
|
|||||||
archives_base_name=hungryfrog
|
archives_base_name=hungryfrog
|
||||||
# Dependencies
|
# Dependencies
|
||||||
# check this on https://modmuss50.me/fabric.html
|
# check this on https://modmuss50.me/fabric.html
|
||||||
fabric_version=0.128.1+1.21.5
|
fabric_version=0.128.2+1.21.6
|
||||||
|
@@ -2,7 +2,6 @@ package com.kasetoatz.hungryfrog.sensor;
|
|||||||
|
|
||||||
import com.google.common.collect.ImmutableSet;
|
import com.google.common.collect.ImmutableSet;
|
||||||
import com.kasetoatz.hungryfrog.HungryFrog;
|
import com.kasetoatz.hungryfrog.HungryFrog;
|
||||||
import net.minecraft.block.Blocks;
|
|
||||||
import net.minecraft.entity.ai.brain.Brain;
|
import net.minecraft.entity.ai.brain.Brain;
|
||||||
import net.minecraft.entity.ai.brain.MemoryModuleType;
|
import net.minecraft.entity.ai.brain.MemoryModuleType;
|
||||||
import net.minecraft.entity.ai.brain.sensor.Sensor;
|
import net.minecraft.entity.ai.brain.sensor.Sensor;
|
||||||
|
Reference in New Issue
Block a user