SvenKayser / JMOD

The Javascript MOD Loader
Other
8 stars 3 forks source link

Using return values of actions AddItem and AddBlock as Recipe values, Action to get ItemStack to use in Recipes #60

Open SvenKayser opened 7 years ago

SvenKayser commented 7 years ago

As of now, Recipes allow only rather unintuitively to use strings as values, and even tho if the action to create an Item or Block has been cached, it cannot be used as a value for recipe creation. This should be possible - also getting an itemstack via an Action an using the cached result in recipes.