fixed radiated foods kinda
This commit is contained in:
15
src/main/resources/data/szar/recipes/baiter.json
Normal file
15
src/main/resources/data/szar/recipes/baiter.json
Normal file
@@ -0,0 +1,15 @@
|
||||
{
|
||||
"type": "minecraft:crafting_shapeless",
|
||||
"ingredients": [
|
||||
{
|
||||
"tag": "minecraft:music_discs"
|
||||
},
|
||||
{
|
||||
"item": "szar:epstein_files"
|
||||
}
|
||||
],
|
||||
"result": {
|
||||
"item": "szar:baiter",
|
||||
"count": 1
|
||||
}
|
||||
}
|
||||
@@ -6,6 +6,7 @@
|
||||
"mixins": [
|
||||
"PlayerEntityMixin",
|
||||
"CraftingScreenHandlerMixin",
|
||||
"CraftingScreenHandlerMixin2",
|
||||
"RadiatedItemMixin"
|
||||
],
|
||||
"injectors": {
|
||||
|
||||
Reference in New Issue
Block a user