Yage

Results 4 comments of Yage

我修复了这个错误,你可以查看这个,并作出修改 https://github.com/vinceliuice/Layan-kde/pull/69

Hi, I have the same problem. so i just make some fix by delete: ```txt if (ench==null, item:2 = nbt('{}')); put(item:2:'Enchantments','[]'); put(item:2:'Enchantments', '{lvl:1s,id:"minecraft:protection"}', 0); global_survival=!(player~'gamemode_id' % 2); ``` which look...

> Hi, I have the same problem. so i just make some fix by delete: > > ``` > if (ench==null, item:2 = nbt('{}')); > put(item:2:'Enchantments','[]'); > put(item:2:'Enchantments', '{lvl:1s,id:"minecraft:protection"}', 0);...

> > > Hi, I have the same problem. so i just make some fix by delete: > > > ``` > > > if (ench==null, item:2 = nbt('{}')); >...