Relevant Minecraft versions and other mods/projects
i'm a DEV of Gems Realm. I'm having some issue with your mod, Rechiseled and Core-Lib because stupid error where "no method is found" causing crash in Production but it's fine in DEV (idk why). My best guess is Architectury-Loom
- Every Compat (Wood Good) - haven't supported Rechiseled yet (but will be in future)
- Every Compat (Gems Realm)
- Every Compat (Stone Zone)
All 3 Every Compat use the same setup, Architectury-loom v1.11 for 1.20.1 and 1.21.1 is using v1.13
Description of the feature
A new parameter in constructor for RechiseledBlock and RechiseledPillarBlock to use BlockBehaviour.Properties properties instead of Blockproperties properties
I cannot use Blockproperties. This should be applied in 1.20.1 and 1.21.1.
Additional context
I had to create a custom class where the superparent is BaseBlock. And had no way to fix the problem between Gems Realm and Rechiseled because Every Compat's 3 mods use Architectury-Loom v1.11. I don't think v1.14 will come to light. It's unreliable. It will take tome to transit all 3 mods of EveryCompat to move to a new plugin from architectury-loom.
Relevant Minecraft versions and other mods/projects
i'm a DEV of Gems Realm. I'm having some issue with your mod, Rechiseled and Core-Lib because stupid error where "no method is found" causing crash in Production but it's fine in DEV (idk why). My best guess is Architectury-Loom
All 3 Every Compat use the same setup, Architectury-loom v1.11 for 1.20.1 and 1.21.1 is using v1.13
Description of the feature
A new parameter in constructor for
RechiseledBlockandRechiseledPillarBlockto useBlockBehaviour.Properties propertiesinstead ofBlockproperties propertiesI cannot use Blockproperties. This should be applied in 1.20.1 and 1.21.1.
Additional context
I had to create a custom class where the superparent is
BaseBlock. And had no way to fix the problem between Gems Realm and Rechiseled because Every Compat's 3 mods use Architectury-Loom v1.11. I don't think v1.14 will come to light. It's unreliable. It will take tome to transit all 3 mods of EveryCompat to move to a new plugin from architectury-loom.