All of Fabric 5 - AOF5 - 1.18.2

All of Fabric 5 - AOF5 - 1.18.2

496k Downloads

some croptopia quests can't be completed

800020h opened this issue ยท 2 comments

commented

croptopia beef jerky, pork jerky and cheese cake
don't have recipes

commented

I added the following KubeJS script to add some recipes that I made up. You can place the script in minecraft/kubejs/server_scripts/recipetypes/croptopia/recipes.js.

onEvent('recipes', (event) => {
	event.shapeless('1x croptopia:pork_jerky', [
		'1x minecraft:cooked_porkchop',
		'3x croptopia:salt',
		'1x croptopia:pepper',
		'1x croptopia:paprika',
		'1x croptopia:soy_sauce'
	])
	event.shapeless('1x croptopia:beef_jerky', [
		'1x minecraft:cooked_beef',
		'3x croptopia:salt',
		'1x croptopia:pepper',
		'1x croptopia:paprika',
		'1x croptopia:soy_sauce'
	])
	
	event.smelting('1x croptopia:cinnamon', 'croptopia:cinnamon_log')
	event.smelting('1x croptopia:cinnamon', 'croptopia:cinnamon_wood')
	
	event.shaped('1x croptopia:cheese_cake', [
		'CCC',
		'ELE',
		'SFS'
	], {
		E: 'minecraft:egg',
		S: 'minecraft:sugar',
		F: 'croptopia:flour',
		L: 'croptopia:lemon',
		C: '#c:milks'
	})
});
commented

Still missing the cheesecake recipe. Which is asked for by the questbook.