Mystical Everything

Mystical Everything is an addon for Mystical Agriculture that allows you to grow "everything."
Back to Files

MysticalEverything 1.0.4 (1.21.1)

File namemysticaleverything-1.0.4.jar
Uploader
taikun24taikun24
Uploaded
Aug 31, 2026
Downloads
239
Size
78.4 KB
Mod Loaders
NeoForge
File ID
8776034
Type
R
Release
Supported game versions
  • 1.21.1

Curse Maven Snippet

NeoForge

implementation "curse.maven:mystical-everything-1596717:8776034"

Learn more about Curse Maven

What's new

  • Port the JSON based custom item filter from the Forge branch (useCustomFilter / filterWhitelist / filterJson)
    • Filter types: and / or / not, itemId, tag, nbt_has_key, nbt_string, nbt_int, nbt_has_enchantment, nbt_damage_less_than, nbt_has_any
    • On 1.21 the nbt_* types read data components instead of raw NBT
  • The item filter is applied to both the Compression Catalyst crafting recipe and the Infusion Altar
  • disableNBT can now be switched per item with a filter (useNBTFilter / nbtFilterWhitelist / nbtFilterJson)
  • Support the Mekanism:More Machine Planting Station / Planting Factory (mekmm)
  • Fix crop contents being read as empty on a dedicated server when another mod's machine asks for them without a registry provider
  • See the wiki for how to write a filter
  • Cache the crop contents resolved from NBT, instead of rebuilding an ItemStack on every frame and every tick
  • Reuse the Infusion Altar recipe, the Botany Pots crop and the Planting Station output while the contents stay the same
  • CropResource is now immutable and built through CropResource.of(...), with the display name and hash memoized
  • Drop a per-call INFO log from the Botany Pots hook

This mod has no related projects