HiWord9

Results 12 comments of HiWord9

So, what i just made is i added a condition to skip a line in properties file if it starts with "%", it means that other mods are able to...

So, i see lately you've been porting citr to 1.21, and it mean somewhen in nearest future citr will get an update. Because of this, i would like to restore...

There **is** a way. I remember a pack which has a lot of different textures for a lot of enchantment combinations for swords, but i could not find it. Instead,...

To make it work with these 2 enchantments in any order u can make it being regex and it will be something like this: ``` nbt.Enchantments.0.id=iregex:(minecraft:unbreaking|minecraft:protection) nbt.Enchantments.0.lvl=1 nbt.Enchantments.1.id=iregex:(minecraft:unbreaking|minecraft:protection) nbt.Enchantments.1.lvl=1 ```...

I took a look at [citr wiki for nbt](https://citresewn.shcm.io/cit/cit_base/#nbt-path) and found out that u can specify **any** index in list by `*`, it will be something like: ``` nbt.Enchantments.*.id=minecraft:unbreaking nbt.Enchantments.*.id=minecraft:protection...

> I want to have all the protection and unbreaking compinations with levels. So I guess I have to make a lot of .properties files. If it is not important...

Found a way to detach the drive without restarting pc: everything is alright if i do it when windows is sleeping

> I had the exact same issue as you and I was able to solve it by removing the `eating-animation-1.21+1.9.72` mod. Known issue #418

im sure cit resewn wiki should describe everything needed: https://citresewn.shcm.io/cit/cit_base/#nbt-path

See how [Spawned Eggs](https://modrinth.com/resourcepack/spawned-eggs) does that, it should be helpful. Looks like u need to override default spawn egg's item model