Open deftesthawk opened 2 days ago
Just realized that the tree stump doesn't have support so I added it to the list and that to Workspace Crafting doesn't have a tool option.
Tree stump is missing in Wiki but it's implemented. For workspace crafting it's impossible to set tool.
Okay, thanks. I'll see if I can work out how todo the tree stump recipes.
Wiki was updated, check https://github.com/yanny7/YTech/wiki/KubeJS#chopping
I think that changing/removing recipes by type it's up to KubeJS, not mod integration
event.remove({ type: 'ytech:chopping' })
I just figured that out xD
Added a new request, I was adding new modded wood types to the "Chopping" recipe list when I realized they all give 1 item. I tried testing to see if there was a way of adding an output count but couldn't find a way so I'm assuming there's not. It would also be a nice addition to the "Block Hit" recipes
This is how you set output count
event.recipes.ytech.chopping('5x minecraft:diamond', Item.of("minecraft:oak_log"), Item.of("ytech:flint_axe"))//.hitCount(10);
please check KubeJS doc first
Sorry, I missed that part on the wiki. Thought it would have been. event.recipes.ytech.chopping('minecraft:diamond, 2', Item.of("minecraft:oak_log"), Item.of("ytech:flint_axe"))//.hitCount(10);
I’ll make sure to double check in future, sorry again
If it's possible maybe adding .hitCount(4) to the hammer recipe type, as it would feel immersive to hammer the item multiple times on the anvil.
I also noticed that the golden shears name is display as "item.ytech.golden_shears" I created a resource pack with the lang file to fix it on my end but thought it might be worth mentioning
This is already available in v0.9.0 released two hours ago :)
Thank you! Looks like a cool update :)
Not sure if this was intentional but the stone mortar and pestle recipe requires #minecraft:planks
Yes it's intentional, but maybe it should be renamed to wooden mortar and pestle... Stone was gated, so I had to replace stone with something else.
Ah that makes sense, yeah it seemed out of place with the new recipes due to all but that one requiring the material they’re named after. Wooden mortar and pestle would definitely fit the recipe
I'm so thankful that you provide KubeJS support, I have something that I think would be a great addition if you're okay with adding it.