Skip to content

Instantly share code, notes, and snippets.

View YanisBft's full-sized avatar

YanisBft YanisBft

  • Paris, France
  • 20:30 (UTC +02:00)
  • X @YanisBft
View GitHub Profile
package com.yanis48.minalchemy.container;
import net.minecraft.container.Container;
import net.minecraft.entity.player.PlayerEntity;
import net.minecraft.inventory.CraftingInventory;
import net.minecraft.item.ItemStack;
import net.minecraft.util.DefaultedList;
@SuppressWarnings("unused")
public class AlchemyInventory extends CraftingInventory {