the game where you go into mines and start crafting! but for consoles (forked directly from smartcmd's github)
at main 11 lines 159 B view raw
1#include "stdafx.h" 2#include "net.minecraft.world.level.h" 3 4#include "Sponge.h" 5 6const int RANGE = 2; 7 8 9Sponge::Sponge(int id) : Tile(id, Material::sponge) 10{ 11}