-
[1.13-1.14] How to add source mapping to dependencies in Eclipse?
This worked for me
-
[1.14.4] recipes not showing in game
There was: [Server thread/ERROR] [minecraft/RecipeManager]: Parsing error loading recipe cobra:chalk_block [Server thread/ERROR] [minecraft/RecipeManager]: Parsing error loading recipe cobra:chalk_dust The json was valid, but it did not like the line: "data": 0, All working now, thanks.
-
[1.14.4] recipes not showing in game
-
[1.14.4] recipes not showing in game
trying this shapeless recipe, I still get nothing in the output slot of a crafting table. { "type": "minecraft:crafting_shapeless", "ingredients": [ { "item": "cobra:chalk_block" } ], "result": { "item": "cobra:chalk_dust", "data": 0, "count": 4 } } I am sure I am missing something else fundamental...
-
[1.14.4] recipes not showing in game
Here is my package explorer: @poopoodice, I could have used shapeless, but shaped should still work, shouldn't it? I will try it, but still want to fix the dust -> block recipe.
-
[1.14.4] recipes not showing in game
Thanks. I have moved from assets to data, but still no output. There is nothing to register in code, is there?
-
[1.14.4] recipes not showing in game
No, I don't mean the recipe helper. I mean if you put a block in the crafting table, then it does not show 4 dust in the output slot.
-
[1.14.4] recipes not showing in game
Hi, I am new to modding and have a basic block and item thanks to a nice tutorial by suppergerrie2 - https://suppergerrie2.com/minecraft-1-14-modding-with-forge-1-setting-up-a-dev-environment/ These work in the game but the recipes for them do not show up in a crafting bench. I have created the json files as: { "type": "minecraft:crafting_shaped", "pattern": [ "xx", "xx" ], "key": { "x": { "item": "cobra:chalk_dust" } }, "result": { "item": "cobra:chalk_block", "data": 0, "count": 1 } } and { "type": "minecraft:crafting_shaped", "pattern": [ "x" ], "key": { "x": { "item": "cobra:chalk_block" } }, "result": { "item": "cobra:chalk_dust", "data": 0, "count": 4 } } These files are in the assets\cobra\recipes\ folder inside the created jar file. I have not written any code to register the recipes as this seemed to be done automatically by Forge, but have I missed any steps to get these recipes to show up? My full code is here - https://github.com/ed-webb/cobra I am using version forge-1.14.4-28.1.0 Thanks
IPS spam blocked by CleanTalk.