promotional bannermobile promotional banner

FizzleSMP

A progression-rich multiplayer survival pack — RPG classes, overhauled combat, massive worldgen, tech trees, and magic. Built for friends.

File Details

FizzleSMP-client-1.3.3.zip

  • R
  • Apr 15, 2026
  • 1.00 MB
  • 24
  • 1.21.1
  • Fabric

File Name

FizzleSMP-client-1.3.3.zip

Supported Versions

  • 1.21.1

Removed

  • Gear Tinkering — removed from the pack. Spark profiling traced ~77% of server-thread tick time to vanilla command dispatch driven by its bundled gear_tinkering:tick datapack, which runs execute as @e[type=item, nbt={OnGround:1b, Item:{count:1}}] … every tick (an unbounded @e scan with NBT predicate across every loaded chunk). Grind Enchantments already covers the core enchantment-extraction workflow without a tick datapack.
  • Creeper Healing (and its Monkey Utils dependency) — removed proactively alongside Gear Tinkering. Not implicated in the spark report, but the explosion-restore workflow is non-essential and trimming server-side mods reduces tick budget pressure.