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.
159 B · 11 lines
C++
at master
1234567891011#include "stdafx.h"#include "net.minecraft.world.level.h"
#include "Sponge.h"
const int RANGE = 2;
Sponge::Sponge(int id) : Tile(id, Material::sponge){}