how do i make a loot table drop an enchanted book?

Started by blef_blef on

Topic category: Help with modding (Java Edition)

Last seen on 19:25, 28. Jul 2020
Joined Jul 2020
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
how do i make a loot table drop an enchanted book?

when i choose enchanted book for the loot table it just drops a book that has no enchantment but it looks like an enchanted book

Last seen on 05:50, 2. Jun 2023
Joined Sep 2019
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
you will have to manually…
Sat, 07/25/2020 - 04:38

you will have to manually change the loot table code. It's not too hard. Mcreator doesn't have nearly the amount of potential a loot table can hold. I would suggest making your loot table here, and then paste the code into the element.

Last seen on 14:29, 30. Aug 2023
Joined Feb 2020
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Does this still work in…
Fri, 08/20/2021 - 20:29

Does this still work in version 2021.2 (33614)?
I tried but it just spawns a chest with nothing inside.

This is what i did; I manually changed the code after i changed the liit table type to chest.
The code starts with:

"{
  "type": "minecraft:chest",
  "pools": []
}"

I pasted my custom code: Link

into the ''[]''

Did i do something wrong?

Last seen on 14:29, 30. Aug 2023
Joined Feb 2020
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
If you dont have acces use…
Tue, 08/24/2021 - 10:40

If you dont have acces use this link: Code