mojira.dev

Nguyen Thanh

More than one avatar was detected! There might be multiple accounts sharing this same name.

Assigned

No issues.

Reported

MC-234064 Unable to directly feed cakes to pandas Invalid MC-234063 Pandas drop item after supposedly eating it, and are also able to pick it up again Confirmed MC-231570 "killed_by_player" condition does not work if placed at the first level Invalid MC-184192 Item frames produces rotating sound every tick if there is an item inside Cannot Reproduce MC-173664 Using a knowledge book doesn't give advancements. Duplicate MC-157116 Food that is plantable counts towards using when right clicked on the ground Fixed MC-155977 Enchanting a book makes the book lose its name Fixed MC-154950 Unable to interact with custom villager Duplicate MC-154204 Zombie and Skeleton Horses does not despawn, ever. Confirmed MC-152314 Getting wheat doesn't unlock cookie recipe Works As Intended MC-152223 Armor Stands when hit cause item damage Confirmed MC-151301 Functions and loot tables are completely broken in 1.14 and 1.14.1 Cannot Reproduce MC-151197 Datapack quirkiness Invalid MC-149092 Summoned wither skulls drop 100% of blocks Works As Intended MC-148946 /particle with "ambient_entity_effect", "effect", "entity_effect" does not allow color Duplicate MC-148238 Items with attribute modifiers doesn’t stack together Duplicate MC-148097 Opening shulker box while standing above it and below a block doesn't adjust the player's height Confirmed MC-147064 Inconsistent block reach Awaiting Response MC-147053 Unable to eat carrots while looking at blocks Duplicate MC-146765 Can't craft stripped wood from stripped logs Duplicate

Comments

My bad. It seems like it was never a feature, not even in 18w43a where they were first introduced.

I don't think it is intended. From the Minecraft wiki page for Cake: "The player can also feed a panda cake by right-clicking the panda while holding the cake, which the panda eats like eating bamboo."

 

Hmm... that's strange... For me, it happens sometimes, and then the other times it doesn't. When it does, I always hear an audible sound of an item picking up, and when I do /data get entity @e[type=panda,limit=1,sort=nearest] HandItems[0], there's always a cake there.

Right now, I'm doing some testing, and it seems that they drop cakes around 50% of the time when they finish eating them.

Edit 1: For whatever reason, lazy pandas only drop cakes around 20% of the time.

Edit 2: Worried pandas do not eat cake whatsoever.

Edit 3: This bug seems to have been in the game since 18w43a, the snapshot pandas were added.

Yeah it suddenly stopped happening to me after I relog, strange...

Oops, I made a mistake. Change the "randomize_kit" in the requirements to be "use_book"

Remember to extract the .zip file when putting it in the “datapacks” folder

I can confirm that by deleting those vanilla files, it did solve my issue.

BUT...

I don't know why it did what it did, because it worked perfectly on 1.14 Pre-Release 5.

 

So... mark my issue as resolved anyways.

I deleted the minecraft advancements folder and it worked, but turns out another problem happened, the tick and load functions' tags doesn't work at all!

What I really feel is strange though is in 1.14 Pre-Release 5, this seems to work perfectly, and it still worked fine when I upgrade to 1.14. Then I changed my file name and the loot tables started to not function, then the next day I checked in Minecraft the functions seem to stop working as well. But I’ll check if it’s because of me replacing too many vanilla files.

Some notes: The recipes work just fine, which is also true for the structures, but functions and loot tables doesn't seem to be working at all.

[media]

do /function crafting_tables:iron_craft/blessed_items/give/items/blazing_bow

either it will work fine(which doesn't seem to be the case for me), give you nothing or say the function straight-up doesn't exist.

This is NOT a bug. The reason why your attributes are blue are because you are not "setting" the attributes, you are "adding" the attribute. For example, the attack speed in that command actually sets the player's attack speed to 5.6, NOT 1.6, because the player's default attack speed is 4, and in the command it said the item to "add" 1.6 attack speed, making a 5.6. This also applies for all other attributes, which also means that the attack damage you set is actually adding 7 into the player's attack damage, which makes an 8, but normally a diamond sword only deals 7 damage, which includes the player's attack damage, or an equivalent of adding 6 attack damage.

Use this for now

[media]

P.S. It took me 5 minutes to make that.

It’s simple enough, even a normal data pack can fix it.

Oh... okay. I see the problem. Thanks!