PokeJofeJr4th / minescript

Rust-based language to create Minecraft datapacks
MIT License
6 stars 2 forks source link

Feature: Allow multiple recipes for the same item #28

Closed PokeJofeJr4th closed 1 year ago

PokeJofeJr4th commented 1 year ago

This is a bit of a problem with the way objects work, since they use a BTreeMap instead of a list.