- Functions
- 4,594 views • 1 today
- 146 downloads • 0 today
29
This is an API made to make some things easier to make.
Currently, there is support for custom Mobs, & Enchants. There is also an untested Event system if you need it.
Currently, there is support for custom Mobs, & Enchants. There is also an untested Event system if you need it.
How to make mobs
- In your datapack make a function
- In the function, you just made, put in the summon command for your mob make sure it has one of the bellow tags
RareMob NewMob
- Make this filepath in your datapack "flame/tags/functions/mobs"
- Depending on where, and when you want your mob to spawn refer to your mob function in "caves.json", "overworld.json", "overworld_night.json", "nether.json", or "end.json"
How to make enchantments
- In your datapack make a function
- In the function, you just made, copy
and replace the YOUR ENCHANT with the name of your enchantmentsummon item ~ ~ ~ {Tags:["NewEnchant"],Item:{id:"minecraft:enchanted_book",Count:1b,tag:{display:{Name:'{"text":"Enchanted Book","color":"yellow","italic":false}',Lore:['{"text":"YOUR ENCHANT","color":"gray","italic":false}']}}}} - Make this filepath in your datapack "flame/tags/functions"
- Refer to your enchant function in "enchantments.json"
- You can do the rest
| Compatibility | Minecraft 1.16 |
| to | Minecraft 1.17 |
| Tags |
3 Update Logs
Update 0.1.2.1 : by TheSuperFlareon 01/20/2021 4:07:19 amJanuary 20, 2021 @ 9:07 am UTC
Fixed dimensional mob spawning. I hope.
LOAD MORE LOGS
4892151
119



Have something to say?
I'm not very good at data packs
Thanks!