jfmekker / AurumancyMod

Gold-based magic mod for Minecraft 1.15.2 using Forge.
MIT License
0 stars 0 forks source link

[Defect] Missing item creation rituals or crafting recipes for all existing items #9

Closed jfmekker closed 3 years ago

jfmekker commented 3 years ago

Describe the defect There is currently no way to create the following items in game (using registry keys as names):

To Reproduce N/A

Expected behavior A survival-mode way of creating all mod items and blocks.

jfmekker commented 3 years ago

It might be acceptable to have certain items that can only be found (the ritual circle could definitely be one). For now though, we should add a crafting recipe (everything else can be ritual-craftable).

jfmekker commented 3 years ago

Added crafting recipe for ritual_circle, mana_meter, and null_wand.

jfmekker commented 3 years ago

Closed with commit 2dd6f7bd which added missing ritual recipes. Left out starlight_collector as it's unfinished (but I don't want to remove it fully).