Something went wrong. Try again.
the game where you go into mines and start crafting! but for consoles (forked directly from smartcmd's github)
Something went wrong. Try again.
383 B · 16 lines
C++
at master
12345678910111213141516#include "stdafx.h"#include "net.minecraft.world.effect.h"
InstantenousMobEffect::InstantenousMobEffect(int id, bool isHarmful, eMinecraftColour color) : MobEffect(id, isHarmful, color){}
bool InstantenousMobEffect::isInstantenous(){ return true;}
bool InstantenousMobEffect::isDurationEffectTick(int remainingDuration, int amplification){ return remainingDuration >= 1;}