Перейти к содержимому
Mineforgian

Campfire-StationAPI

add campfire similiar to 1.14 to b1.7.3

Загрузки
377
Подписчики
2
Обновлён
30 мая 2026 г.
Лицензия
MIT

Опубликован 12 января 2026 г.

This mod add Campfire, it act pretty similiar to how it was in 1.14

The crafting recipe is the same as modern version

This mod is partially based on the Campfire Backport for 1.7.10

Requirement

Custom Campfire's Cooking Recipe Json file

You can created your own recipe by adding it to data//campfire_recipe inside the mod jar

{
  "input": {    
    "item":"minecraft:cod",
  },
  "output": {
    "item":"minecraft:cooked_cod",
    "meta":0
  }
}

item

StationAPI's item string id

You can find namespace of the item using retrocommand and looking at command guessing for /give

meta (optional)

metadata for the item

if the input item meta is below 0 or not specified meaning it accept all metadata

Центр версий

9 версий
  • Релиз60 КБ
  • Релиз59 КБ
  • Бета59 КБ
  • Бета57 КБ
  • Релиз61 КБ
  • Релиз58 КБ
  • Релиз55 КБ
  • Релиз55 КБ
  • Релиз56 КБ

Ченджлог

2.0.1-babricРелизb1.7.3 · 30 мая 2026 г.
  • Update to use StationAPI Alpha 6
2.0-babricРелизb1.7.3 · 30 апреля 2026 г.
  • Add back translucent smoke
  • Recipe data now store inside mod jar
2.0-betaБетаb1.7.3 · 12 февраля 2026 г.
  • Port to ornithe gen 2
  • Convert campfire block model to json
  • Many more
1.6.1Релизb1.7.3 · 17 января 2026 г.
  • No Longer Include FarnUtil 1.2 inside it
  • You need to install FarnUtil 1.3 if you want to have smoking effect and item render on campfire
  • Translucent Campfire's Smoke with fading
1.5.5Релизb1.7.3 · 15 января 2026 г.
  • Make item render on campfire no longer bobbing cartoonishly quickly (on some device like phone/pojavlauncher) or have random offset (most device)
  • Add Optional Glass Config API Support, allowed you to change cooking duration to any tick you want (default is 600)
1.5.4Релизb1.7.3 · 14 января 2026 г.

Server now only send the Campfire's item data on first tick and when the item got added or removed instead every tick that campfire has item in it

1.5.3Релизb1.7.3 · 13 января 2026 г.

Finally fix the Item display issue on server

1.5.1Релизb1.7.3 · 12 января 2026 г.
  • Output of the default recipe for cooked fish and cooked porkchop no longer have metadata of -1

Комментарии

Загружаем…