Replace Does It Tick with modified jar which explicitly checks if an entity that 'shouldAlwaysTick' (is on the entity whitelist) is an enderman and is in the overworld, if so, it will not early return true unlike normal entity whitelist logic but instead do nothing and let the rest of the checks run to determine whether it should tick
This commit is contained in:
BIN
compileFromSourceMods/does_it_tick-fabric-1.1.4-1.20.1-dev.jar
Normal file
BIN
compileFromSourceMods/does_it_tick-fabric-1.1.4-1.20.1-dev.jar
Normal file
Binary file not shown.
@@ -431,7 +431,7 @@ metafile = true
|
|||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
file = "mods/does-it-tick.pw.toml"
|
file = "mods/does-it-tick.pw.toml"
|
||||||
hash = "4f351d56c9b6f005112800b116837b8586f38cde6aa426caab9751c3ee1e910b"
|
hash = "dba11995f8cd69feaabee1c8ddea7cebd4fd4e2fe1ad01ba0586868fb69ef062"
|
||||||
metafile = true
|
metafile = true
|
||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
|
|||||||
@@ -1,13 +1,8 @@
|
|||||||
name = "Does It Tick?"
|
name = "Does It Tick?"
|
||||||
filename = "does_it_tick-fabric-1.1.0-1.20.1.jar"
|
filename = "does_it_tick-fabric-1.1.4-1.20.1-dev.jar"
|
||||||
side = "server"
|
side = "server"
|
||||||
|
|
||||||
[download]
|
[download]
|
||||||
url = "https://cdn.modrinth.com/data/vmg6jaPW/versions/gEkl0iqh/does_it_tick-fabric-1.1.0-1.20.1.jar"
|
url = "https://git.cubicxp.org/cubicxp/RegalitySMP/raw/branch/develop/compileFromSourceMods/does_it_tick-fabric-1.1.4-1.20.1-dev.jar"
|
||||||
hash-format = "sha1"
|
hash-format = "sha256"
|
||||||
hash = "4d9c2edddbedf4ef9d8313593cdcfb0f36529e36"
|
hash = "d9a91bdb98c17ea0af78c250f45ec7e9e8a5103b4b68acf083a672e43b4f7369"
|
||||||
|
|
||||||
[update]
|
|
||||||
[update.modrinth]
|
|
||||||
mod-id = "vmg6jaPW"
|
|
||||||
version = "gEkl0iqh"
|
|
||||||
|
|||||||
@@ -6,7 +6,7 @@ pack-format = "packwiz:1.1.0"
|
|||||||
[index]
|
[index]
|
||||||
file = "index.toml"
|
file = "index.toml"
|
||||||
hash-format = "sha256"
|
hash-format = "sha256"
|
||||||
hash = "595b700513d594b8c4399398e370829de53a04c604ce7bfdc4e80d92467cfe95"
|
hash = "414be40d1d262fe663b12b19dc24333e4c8fc7b1a590ad87bef8a87440b89a19"
|
||||||
|
|
||||||
[versions]
|
[versions]
|
||||||
fabric = "0.16.10"
|
fabric = "0.16.10"
|
||||||
|
|||||||
Reference in New Issue
Block a user