Advertisement
Guest User

FoodList

a guest
Aug 1st, 2020
45
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.29 KB | None | 0 0
  1. package com.author.example.lists;
  2.  
  3. import net.minecraft.item.Food;
  4.  
  5. public class FoodList {
  6.  
  7. public static final Food MOD_CROP = (new Food.Builder().hunger(2).saturation(0.2f).build());
  8. public static final Food MOD_BERRIES = (new Food.Builder().hunger(4).saturation(0.5f).build());
  9. }
  10.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement