Thomas
Thomas
Copied from **Notes** in the README file: > Can't think of a safe way to make this cartridge auto-updatable. For now we'll just have to use `mongodump`, destroy the cartridge,...
*Well... 1.5 years late...* Anyway, I just ran into the same problem and ended up making a [fork](https://github.com/Tommsy64/DenseOres/tree/metadata-textures) of the mod to allow for separate textures for blocks with different...
A bit late, but I have a fork which I've made compatible with CompatLayer 1.10-0.3.1 [here](https://github.com/Tommsy64/DenseOres/releases). There is also another fork [here](https://github.com/josephcsible/DenseOres) that should be compatible, but it has no...
To anyone else using Projectables: I had to add `[NotMapped]` to the Projectable property to prevent "column does not exist" errors when inserting the entity with the `[Projectable]` property.
Thank you all for your support! There has been a hiatus, but I will be continuing development. @Ulisse54 You can actually grab an alpha release over at the [releases page](https://github.com/Tommsy64/SmartMovingReloaded/releases)....
@SalmonSays I've created an issue for the duplicate mod loading [here](https://github.com/Tommsy64/SmartMovingReloaded/issues/4).
@ScienceDrummer Don't worry, I am still alive! I've been extremely busy with life for the past few months but still fully intend on completing and maintaining this mod. I've been...
Thank you all! Although the development has had a bit of a hiatus, I still fully intend on continuing it.
At the moment, the mod is very alpha. The only feature that is really implemented is crawling. If this does not work, attaching logs would be useful so I could...
The mod `LagGoggles-FORGE-1.12.2-4.1.jar` is loading its own older version of Mixins before SmartMoving is (See line 471). Decreasing the required Mixins version to 0.7.5 shouldn't cause any major issues.