mojira.dev

wplxfore

Assigned

No issues.

Reported

MC-301661 Server Management Protocol can print strange message on server console Plausible 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 Confirmed MC-299320 Game event "block_change" created by player inserts music disc into jukebox is always created twice Unconfirmed 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 MC-279407 Naturally spawning creaking can drop items by its loot table Works As Intended MC-279406 Items with weapon component and full durability don't reduce durability when attack something Duplicate MC-278988 Specifying an object in the custom biome "features" array field does not prevent data packs from loading Confirmed MC-278454 The set_custom_model_data flags value accepts number list in the command Invalid MC-278353 Sound event block.lodestone.step has no subtitle Confirmed MC-277775 Processor type block_age can turn non-stone-type blocks into mossy stone brick-type blocks Won't Fix MC-277770 Processor type block_age always modifies slabs property "type" to bottom Fixed MC-277592 Using the recipe book to craft a crafting_transmute recipe can autofill unusable items Confirmed MC-277221 The biome features of pale gardens are not experimental Won't Fix MC-277192 The behaivor of loot table of killed naturally spawning creaking is inconsistent with other killed mob entities Works As Intended MC-275244 Setting "width_smoothness" in file configured_carver to 0 causes the game to freeze or crash Fixed

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