mojira.dev

wplxfore

Assigned

No issues.

Reported

MC-305677 When "Villager Trade Rebalance" is enabled, master savanna armorers sell diamond chestplates for 6 emeralds and 2 diamonds instead of 8 emeralds and 3 diamonds Fixed MC-305676 When "Villager Trade Rebalance" is enabled, master desert armorers sell diamond leggings for 4 diamonds instead of 3 diamonds Fixed MC-305675 Even when "Villager Trade Rebalance" is enabled, master armorers still sell diamond armor without buying diamonds Fixed MC-305674 You can sell water bottles to wandering traders up to 12 times, instead of 2 Fixed MC-305261 The enchant_with_levels and enchant_randomly functions can crash the game Fixed MC-305161 enchant_with_levels and enchant_randomly function can set meanless additional_trade_cost component to item Duplicate MC-304127 The float ranges of Cubic Bézier curve arguments don't match the changelog Fixed MC-304023 Redundant level data fixer files are saved in worlds' "data" folder Fixed MC-303244 Zombie nautiluses use the friendly mobs sound category, which is inconsistent with Bedrock Edition Works As Intended MC-303208 Environment attribute maps accept duplicate keys Works As Intended MC-302239 The validation of the pack_format field is incorrect Plausible MC-301661 Server Management Protocol prints some incorrectly formatted messages in the console Fixed MC-300831 Command /test locate always fails Confirmed MC-299992 Unexpected behavior when giving or testing for an item with certain components manually specified as their default values Fixed MC-299320 Game event "block_change" created by a player inserting a music disc into a jukebox is always created twice Confirmed MC-297461 Equipment and sleeping pos data cannot be loaded in 1.21.4, but can be loaded in 1.21.5 to bees spawned from bee nest and bee hive Fixed MC-280285 Some game events can crash the game when attempting to create vibration resonance with an amethyst block Fixed MC-279760 Typing an inline definition in the provides_trim_material component crashes the game Fixed MC-279733 Inlined item component painting/variant no longer persists after a relog Won't Fix MC-279716 Component blocks_attacks accept disabled_sound instead of disable_sound Works As Intended

Comments

The vanilla loot table gameplay/chicken_lay only defines that cold, warm, and temperate variants can lay eggs. Have you tried modifying this loot table to add custom variant?

Saddling pig / strider can save saddle data from 25w03a. By using "equipment.saddle" to store item data instead of using boolean "Saddle".

I think I report a game issue, not a question about how to make data packs.
Any other experimental registries don't accept any incorrectly format json data. When it happened, the game will prevent players loading it instead of only ignoring errors and print warning to game output.
The game catch the json object and consider it's an error data, but not appearing "Data Pack Vaildation failed" screen. Obviously, this is inconsistent

It means that is it intentional to convert these not 0 and 1 values to 0b and 1b? Like the 100.0, 2 and  -- 0.9 are converted to 1b, 1b, 0b.

If I understand correctly, this issue can be closed as invalid.

Ok, I've attached lates.log and a file output of the launcher after the crash