Kobalt
Kobalt
There has been no updates in almost a year. So I am wondering what the status is of this mod?
I try to install the projector options into the forcefield and they don't appear to be working, what's going on?

A detailed walkthrough of the error, its code path and all known details is as follows: --------------------------------------------------------------------------------------- -- Head -- Thread: Render thread Suspected Mod: MidnightLib (midnightlib), Version: 1.4.2 at...
It would work exactly like the ItemCraftedEvent, but for Smithing tables. Suppose I wanted to check for a condition where the Player has to make a Netherite Pickaxe to enter...
``` public static final DeferredHolder MATTERZ = CREATIVE_MODE_TABS.register("matterz",() -> CreativeModeTab.builder() .withTabsBefore(CreativeModeTabs.SPAWN_EGGS) .withTabsImage(ResourceLocation.fromNamespaceAndPath(ID, "textures/gui/matterz.png")) ```
I am not sure if it's a Minecraft thing or a NeoForge thing, but you can apparently disable blocks and items with a feature flag but not fluids. Can we...