dfa4d3ac143316c6f32aa1a1beda1e34d42132e5 || LCH | bdlib | 1.14.3.12 | bdlib-1.14.3.12-mc1.12.2.jar | None || LCH | ae2stuff | 0.7.0.4 | ae2stuff-0.7.0.4-mc1.12.2.jar | None || LCH | animalcrops | 1.12.2-0.2.0 | AnimalCrops-1.12.2-0.2.0.jar | None || LCH | ...
Skips the night after all players in bed have reached 100. When getting out of bed, instantly changes to 100 and then increases for another 9 ticks (up to 109) before returning to 0. SpawnDimension: May not exist. The dimension of the player's bed or respawn anchor. These tags are ...
Items can now have the "transparentattachable" tag applied to make attachable items not render for the player wearing them in the first person perspective 物品现在可以应用“transparentattachable”标签,使可附加物品在第一人称视角下不会渲染给佩戴它们的玩家 Fixed an issue where V2 Villagers were not pr...
public ItemStack getCurrentDisguise() { if(transparent) { return new ItemStack(Items.potionitem, 1, POTION_METAS[(int)((System.currentTimeMillis() / 1000) % POTION_METAS.length)]); } Random random = new Random(System.currentTimeMillis() / 1000); int first = getRecipeInput(random); int...