Skip to content
This repository has been archived by the owner on Jun 28, 2024. It is now read-only.

load recipe 'tree' from file #5

Open
solonovamax opened this issue May 22, 2021 · 5 comments
Open

load recipe 'tree' from file #5

solonovamax opened this issue May 22, 2021 · 5 comments
Labels
enhancement New feature or request

Comments

@solonovamax
Copy link
Contributor

Basically, just remove TaskCatalogue, because stactic stuff is gross.

Recipes should be loaded from a file at runtime.

@scorbett123
Copy link
Contributor

This may not even need to be loaded from a file, it should be possible to get every recipe from mc itself without having to hardcode them at all.

@TacoTechnica
Copy link
Collaborator

TacoTechnica commented Sep 20, 2021

Crafting recipes yes, but other methods of obtaining no. If I want an iron ingot I can either smelt iron ore or mine an iron block or kill a golem or check a chest. Those sources cannot be automated and must be specified.

@scorbett123
Copy link
Contributor

Crafting recipes yes, but other methods of obtaining no. If I want an iron ingot I can either smelt iron ore or mine an iron block or kill a golem or check a chest. Those sources cannot be automated and must be specified.

yea, just the less hardcoded the better, it will mean better compatibility with mods and also will mean that it is quicker to update to new versions and you don't run the risk of forgetting to add a new recipe.

@walksanatora
Copy link

i mean i think this would all be apart if we were to get some sort of json support for custom recipies

@walksanatora
Copy link

walksanatora commented Oct 29, 2021

Crafting recipes yes, but other methods of obtaining no. If I want an iron ingot I can either smelt iron ore or mine an iron block or kill a golem or check a chest. Those sources cannot be automated and must be specified.

yea, just the less hardcoded the better, it will mean better compatibility with mods and also will mean that it is quicker to update to new versions and you don't run the risk of forgetting to add a new recipe.

well I mean you can get information about drops and checking a chest loot tables but yeah less hardcoding is better

solonovamax pushed a commit to solonovamax/altoclef.old that referenced this issue Jun 8, 2023
chore(README): update versions availability
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

4 participants