1
0
mirror of https://git.fellies.tech/minecraft/fellies.git synced 2021-02-13 10:18:48 +00:00

v0.7-1.16.5-36.0.14

This commit is contained in:
2021-02-06 12:01:02 +01:00
parent 5e60615e59
commit 3dc56febb6
278 changed files with 22789 additions and 466 deletions

View File

@ -0,0 +1,17 @@
events.listen('recipes', event => {
event.recipes.emojiful.emoji_recipe({
"category": "FTB",
"name": "clay",
"url": "https://cdn.discordapp.com/emojis/699724453541707887.png"
})
event.recipes.emojiful.emoji_recipe({
"category": "FTB",
"name": "creeper",
"url": "https://cdn.discordapp.com/emojis/685176477226106880.png"
})
event.recipes.emojiful.emoji_recipe({
"category": "FTB",
"name": "ftb",
"url": "https://cdn.discordapp.com/emojis/372788696128290817.png"
})
})