Jim Buck
Jim Buck
Likewise an ingot/block pair (e.g. diamond, gold, etc) can easily be constructed/destructed, but breaking down the block doesn't seem to be an option.
Along the same lines, what if you can specify how many furnace-like machines you have available. It seems like basic operations that are just time consuming (smelting sand into glass,...
From me, unfortunately not. I've taken a pretty long break from minecraft, and I didn't even start to dig through the codebase. Although in theory this shouldn't be too difficult....
I don't have a deep understanding of your mod, but from what I can tell it can display the recipes to build each defined item. I think @j2ghz and myself...
@andrewminer Haha, it has been quite some time. Life has been a (good) whirlwind for me, so I haven't played in years. I did just check out your site, that's...
Looking in one of my files I see the following readable text: - `DualShot_DepthMap_1` - `DualShot_Extra_Info` - `ZoomInOut_InfoDOFS` - `DualShot_1` - `DualShot_2` Any tips for searching or splicing the file...
No worries, I'm still interested in this but don't have time to dig in right now.
So I've tried to implement local work arounds for this, but I've found other areas where changes will need to be made in order to support non-string data. For example,...
We did come up with a work-around but it just replaces some methods on the persistor and storage instances (this is from 0.10.0): ```ts this.persistor = new CachePersistor({ cache: this.cache,...
When I created our work-around, that was in `0.10.0`, which didn't have the `persistenceMapper`. I will have to rethink our approach to the `maxSize` check since it kinda changed how...