-

Results 92 comments of -

if i find or make something good, or if anyone submits some nice stuff, then using the magic of git i can deploy new textures to all the different Minecraft...

Hi. Sounds cool, i hope your modpack goes well. Most mods dont have ways to fully disable an item, because it isnt really needed. Modpacks that ive made or played...

i havent tested them in ages but i used to have these example craft tweaker scripts so they may or may not be useful examples https://github.com/Lothrazar/Cyclic/tree/trunk/1.16/crafttweaker ref https://www.curseforge.com/minecraft/mc-mods/crafttweaker/files?version=1.16.5

cyclic in 1.12.2 has been run on many servers without this issue, but if im wrong and cyclic needs an update i can do one. however, Based on this changelog,...

https://www.curseforge.com/minecraft/mc-mods/arcane-world/files?version=1.12.2 happens when ItemRitualScroll is in inside an item pipe moving around while chunk loads/unloads

Make sure you have latest FLIB, newer versions of forge dont have the issue with 0.0.9+ https://www.curseforge.com/minecraft/mc-mods/flib/files/4661080 Also new Cyclic-1.20.1-1.12.2 just came out today with some fixes https://legacy.curseforge.com/minecraft/mc-mods/cyclic/files/4661938

Cannot replicate with a normal forge server . vanilla and forge entityitems and itemstacks and SynchedEntityData.java do not have this restriction. ![2294](https://github.com/Lothrazar/Cyclic/assets/621529/353f2225-4a2b-4a17-877c-4c9cc33e037e)

because of the way each of the textures are used and re-used for different combinations i dont know an easy fix for this , might need model changes even

Updated this. but i can only change the comments by the configs to not break anything. for example curse enchant will still be curse but comment will say (Gloom) Set...

Looks like it has only three sounds registered, two ambient and one hurt sound https://github.com/SleepyTrousers/EnderZoo/blob/b58afe17d75cbc656090e5ce2f8fd7780f0e5be6/src/main/java/crazypants/enderzoo/entity/EntityOwl.java#L50 but the death sound should bejust the hurt sound https://github.com/SleepyTrousers/EnderZoo/blob/b58afe17d75cbc656090e5ce2f8fd7780f0e5be6/src/main/java/crazypants/enderzoo/entity/EntityOwl.java#L366 So youre right, it does...