Skip to content

Instantly share code, notes, and snippets.

View calebmanley's full-sized avatar

Caleb Manley calebmanley

View GitHub Profile
package com.calebmanley.arcaneascension.worldgen;
import java.util.Random;
import java.util.function.Function;
import com.mojang.datafixers.Dynamic;
import net.minecraft.block.Block;
import net.minecraft.block.Blocks;
import net.minecraft.util.math.BlockPos;