aboutsummaryrefslogtreecommitdiff
path: root/Minecraft.World/ClothDyeRecipes.h
blob: c4283dfda122b11e5e1ec68a742ed17fda34357c (plain)
1
2
3
4
5
6
7
8
#pragma once

class ClothDyeRecipes 
{

public:
	void addRecipes(Recipes *r);
};