ITADN

[BUG] Furnace Recipes not working

#1001OpenItZZAYX 创建于 4 天前
needs triage
I
ItZZAYXcommented
### What happened? I've tried to create a furnace recipe using the wiki on skripthub and there's no errors in the console. Virtual Furnace Elements are disabled but it shouldnt affect Recipe Elements which are enabled and loaded. I've also tried to use normal minecraft items instead of items made with functions but it also doesn't work and I'm pretty sure my functions aren't wrong since ive used those exact item functions on other stuff. This is the skript im currently using the furnace recipes on: on load: register new furnace recipe: id: "cropsplus:bacon" result: cookedBacon() input: rawBacon() category: "food" # ============================================================ # RAW BACON ITEM # ============================================================ function rawBacon() :: item: set {_item} to bread set item model of {_item} to {@raw-bacon-model} set name of {_item} to "&fRaw Bacon" apply food component to {_item}: nutrition: 2 saturation: 0.4 return {_item} # ============================================================ # COOKED BACON ITEM # ============================================================ function cookedBacon() :: item: set {_item} to bread set item model of {_item} to {@cooked-bacon-model} set name of {_item} to "&fCooked Bacon" apply food component to {_item}: nutrition: 3 saturation: 1.8 return {_item} ### Steps to reproduce 1. Load a minecraft server with Paper 1.21.11-127-main@bd74bf6 2. Try to use Furnace Recipes 3. Find that they dont work ### Expected behavior I expected my items to smelt into the other item. ### SkBee Version 3.25.3 ### Server Version Paper version 1.21.11-127-main@bd74bf6 ### SkBee Info [20:10:03 INFO]: --- [SkBee Loading Info] --- [20:10:03 INFO]: - [NBTAPI] Found Minecraft: 1.21.11! Trying to find NMS support [20:10:03 INFO]: - [NBTAPI] NMS support 'MC1_21_R7' loaded! [20:10:03 INFO]: - NBT Elements successfully loaded [20:10:03 INFO]: - Advancement Elements successfully loaded [20:10:03 INFO]: - BossBar Elements disabled [20:10:03 INFO]: - It appears another Skript addon may have registered BossBar syntax. [20:10:03 INFO]: - To use SkBee BossBars, please remove the addon which has registered BossBars already. [20:10:03 INFO]: - Bound Elements successfully loaded [20:10:03 INFO]: - Damage Source Elements successfully loaded [20:10:03 INFO]: - Dialog Elements successfully loaded [20:10:03 INFO]: - Fastboard[Adventure] Elements successfully loaded [20:10:03 INFO]: - Fishing Elements successfully loaded [20:10:03 INFO]: - Game Event Elements successfully loaded [20:10:03 INFO]: - Item Component Elements successfully loaded [20:10:03 INFO]: - Property Elements successfully loaded [20:10:03 INFO]: - RayTrace Elements successfully loaded [20:10:03 INFO]: - Recipe Elements successfully loaded [20:10:03 INFO]: - Registry Elements successfully loaded [20:10:03 INFO]: - Scoreboard Elements successfully loaded [20:10:03 INFO]: - Statistic Elements successfully loaded [20:10:03 INFO]: - Structure Elements successfully loaded [20:10:03 INFO]: - SwitchCase Elements successfully loaded [20:10:03 INFO]: - Text Component Elements successfully loaded [20:10:03 INFO]: - Tick Manager Elements successfully loaded [20:10:03 INFO]: - Villager Elements successfully loaded [20:10:03 INFO]: - Virtual Furnace Elements disabled via config [20:10:03 INFO]: - World Creator Elements successfully loaded [20:10:03 INFO]: - Plugin is up to date! [20:10:03 INFO]: --- [Server Info] --- [20:10:03 INFO]: Server Version: Paper 1.21.11-127-bd74bf6 (MC: 1.21.11) [20:10:03 INFO]: Skript Version: 2.16.1 (skriptlang-github) [20:10:03 INFO]: Skript Addons: [20:10:03 INFO]: - skript-placeholders v1.7.0 [20:10:03 INFO]: - skript-reflect v2.6.2 [20:10:03 INFO]: SkBee Version: 3.25.3 [20:10:03 INFO]: SkBee Website: https://github.com/ShaneBeee/SkBee ### Additional Information _No response_
0 条评论