This commit is contained in:
ZHAY10086
2025-03-24 22:29:13 +08:00
parent 75bb9a3905
commit bfe42e5d39
3 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -341,7 +341,7 @@ radiactivenachos.register();
var yummyconcrete = VanillaFactory.createItemFood("yummy_concrete", 5);
yummyconcrete.saturation = 1;
yummyconcrete.onItemFoodEaten = function(stack, world, player) {
player.sendChat("来自r/feedthememes");
player.sendChat("灵感来自r/feedthememes");
player.addPotionEffect(<potion:minecraft:slowness>.makePotionEffect(3000, 20));
};
yummyconcrete.register();