andrewminer / crafting-guide

The ultimate step-by-step guide to make anything in Minecraft
http://crafting-guide.com
66 stars 192 forks source link

Botania +21 #190

Open andrewminer opened 8 years ago

andrewminer commented 8 years ago

http://botaniamod.net/

generrosity commented 6 years ago

Does the system allow for the various custom crafting "benches"? Botania and Astral both have different than 3x3 recipes - astral has custom 5x5, and Botania has ordered and unordered wibbly stuff. Then there is multiblock structures. And Mana or Starlight or RF cost.

I can't see this currently.

Is there a way to define custom recipe format? What I would suggest is making the required 'Recipie' field instead: "Recipe|Recipe3x3|Recipe5x5|RecipeShapeless", and be to be able to define a per-mod graphic for each that would override the default. For Astral, the Recipie5x5 would be an animated gif with the various slots X'ed out, as any ritual table can be used so long as the recipe fits as such.

invalidCards commented 6 years ago

Ideally this system would be completely dynamic, so that every possible combination up to Avaritia's extreme crafting can be used.

On Wed, 8 Aug 2018, 01:11 generrosity, notifications@github.com wrote:

Does the system allow for the various custom crafting "benches"? Botania and Astral both have different than 3x3 recipes - astral has custom 5x5, and Botania has ordered and unordered wibbly stuff. Then there is multiblock structures. And Mana or Starlight or RF cost.

I can't see this currently.

Is there a way to define custom recipe format? What I would suggest is making the required 'Recipie' field instead: "Recipe|Recipe3x3|Recipe5x5|RecipeShapeless", and be to be able to define a per-mod graphic for each that would override the default. For Astral, the Recipie5x5 would be an animated gif with the various slots X'ed out, as any ritual table can be used so long as the recipe fits as such.

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/andrewminer/crafting-guide/issues/190#issuecomment-411231557, or mute the thread https://github.com/notifications/unsubscribe-auth/AAzZYBHYcv5g1-rtK7Ub0Jqr8t6Gp64Mks5uOh6TgaJpZM4H00-E .

generrosity commented 6 years ago

Eep. Maybe "easy to extend for any instance of NUM X NUM with a request" or it gets a bit too hard to implimenting

andrewminer commented 6 years ago

The closest thing on the website right now is the support for multi-block structures (e.g., BigComputers). Sadly, I also haven't had time to make any improvements to the website for quite some time now, and that's unlikely to change in the near future. You are quite welcome to put up a pull request, though!