Compare commits
8 Commits
v1.1.1-1.1
...
v1.1.1-1.1
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
9f48759061 | ||
|
|
b32f492afc | ||
|
|
6e632fd070 | ||
|
|
8172ab95cf | ||
|
|
5a132871d8 | ||
|
|
616bb03a71 | ||
|
|
a014beab37 | ||
|
|
cc25e591de |
@@ -3,8 +3,8 @@ org.gradle.jvmargs=-Xmx1G
|
|||||||
|
|
||||||
# Fabric Properties
|
# Fabric Properties
|
||||||
# check these on https://fabricmc.net/develop
|
# check these on https://fabricmc.net/develop
|
||||||
minecraft_version=1.18.1
|
minecraft_version=1.18.2
|
||||||
yarn_mappings=1.18.1+build.22
|
yarn_mappings=1.18.2+build.1
|
||||||
loader_version=0.13.3
|
loader_version=0.13.3
|
||||||
|
|
||||||
# Mod Properties
|
# Mod Properties
|
||||||
@@ -13,7 +13,7 @@ org.gradle.jvmargs=-Xmx1G
|
|||||||
archives_base_name = cave_dust
|
archives_base_name = cave_dust
|
||||||
|
|
||||||
# Dependencies
|
# Dependencies
|
||||||
fabric_version=0.46.4+1.18
|
fabric_version=0.47.8+1.18.2
|
||||||
clothconfig_version = 6.1.48
|
clothconfig_version = 6.1.48
|
||||||
modmenu_version = 3.0.1
|
modmenu_version = 3.0.1
|
||||||
minelp_version=4.4.0-beta.2
|
minelp_version=4.4.0-beta.2
|
||||||
|
|||||||
@@ -47,8 +47,8 @@ public class MathHelper {
|
|||||||
|| client.isPaused()
|
|| client.isPaused()
|
||||||
|| client.world == null
|
|| client.world == null
|
||||||
|| !client.world.getDimension().isBedWorking()
|
|| !client.world.getDimension().isBedWorking()
|
||||||
|| Objects.equals(client.world.getBiomeKey(Objects.requireNonNull(client.player).getBlockPos()), Optional.of(LUSH_CAVES))
|
|| Objects.requireNonNull(client.player).isSubmergedInWater()
|
||||||
|| Objects.requireNonNull(client.player).isSubmergedInWater())
|
|| client.world.getBiome(Objects.requireNonNull(client.player).getBlockPos()).matchesKey(LUSH_CAVES))
|
||||||
{
|
{
|
||||||
timer = 0;
|
timer = 0;
|
||||||
shouldParticlesSpawn = false;
|
shouldParticlesSpawn = false;
|
||||||
|
|||||||
Reference in New Issue
Block a user