|
Questown (Questown)Github |相关wiki |源站链接支持: forgeQuestown 是一个旨在为村庄建设添加任务组件的新模组。
状态
该模组处于早期测试阶段。它在技术上是可玩的,但可能需要一些耐心,并且可能容易出现错误。
当前功能
村庄
- 一个城镇旗帜基础方块将在世界中随机生成,也可以在创造模式下放置在世界中。
- 可以通过右键单击旗帜基础方块查看任务
- 目前,所有任务都以“建造特定类型的房间”的形式存在
- 所有城镇房间必须用“城镇门”(手持门右键单击旗帜基础方块)来建造
- 随着城镇的发展,任务会变得更加困难
- 一些任务将导致所有者开始特殊的工作(见下文的“村民”)
- 完成一批活动任务后,新的“访客”将在早上抵达并添加新的任务
- 重复进行
村民
- 默认情况下,所有村民都是“采集者”
- 采集者将通过早上的“城镇门”结构消失,并在晚上返回,携带简单的世界物品
- 他们可以使用斧头、铲子和钓竿修改他们找到的战利品
- 完成任务后,村民可能会担任不同的职位:
- 面包师:使用“面包烤箱”方块(此模组添加)在一天内慢慢烤面包,但使用的材料比玩家需要的少。
- 农夫:在“农场”房间工作。
- 种植种子,使用城镇储物箱中的骨粉在作物上使用骨粉,收获作物,并使用堆肥桶。
- 农夫从作物和堆肥桶中获得的资源比玩家多。
- 铁匠:用木板和棍子制作木镐(使用比玩家少的资源)
- 冶炼工:从一块铁矿石中提取2个生铁
- 工匠:用木头或甘蔗制作碗、棍子、纸或木板
未来功能
您可以在此处查看该项目的路线图:链接
截图:
来自Modrinth所有游戏版本1.19.21.18.2所有类型forgeQuestown 1.19.2-0.0.9-alpha.2-bquestown-1.19.2-0.0.9-alpha.2-b.jar下载1.19.2-0.0.9-alpha.2-b#AlphaAdding compatibility with new version of RoomRecipes to overcome room detection bugs.展开版本: 1.19.2-0.0.9-alpha.2-b支持游戏: 1.19.2类型:ForgeAlpha下载次数: 6Questown 1.19.2-0.0.9-alpha.2-aquestown-1.19.2-0.0.9-alpha.2-a.jar下载1.19.2-0.0.9-alpha.2-a#AlphaFix bug: Can\'t open villager menu展开版本: 1.19.2-0.0.9-alpha.2-a支持游戏: 1.19.2类型:ForgeAlpha下载次数: 6Questown 1.19.2-0.0.9-alpha.2questown-1.19.2-0.0.9-alpha.2.jar下载1.19.2-0.0.9-alpha.2#AlphaThe Copenhagen Update (Part 2)(Named as such because I\'ve selected a handful of \"fun\" features to implement before I move away from Copenhagen)### New Job: Arborist- Added `AxeRackBlock` for use in Tree Farms- Can plant saplings and cut trees in \"tree farm\" (farm with AxeRackBlock)- Logic for deciding if a tree can be planted on a spot- Does so by simulating growing a tree on that spotDone (Other):- Updated `crafter/stick` job to use saplings- Updated `gatherer/notool` job to find saplings- Adding support for special rules that supplement \"isJobBlock\" check- Added \"shouldInitializeWithState\" to protect that simple logic fromcomplexities that special rules introduce.- Updated job status logic to handle jobs that require more than justworkstate. (e.g. Arborist requires space around block)- Fixed custom status text/air when running client+serverDone (Tutorial):- Added journal entries for leveling and needs展开版本: 1.19.2-0.0.9-alpha.2支持游戏: 1.19.2类型:ForgeAlpha下载次数: 10Questown 1.19.2-0.0.9-alpha.1questown-1.19.2-0.0.9-alpha.1.jar下载1.19.2-0.0.9-alpha.1#Alpha# The Copenhagen Update (Part 1)(Named as such because I\'ve selected a handful of \"fun\" features to implement before I move away from Copenhagen)### New Job: Fisher / Fishing Station- Added new \"station\" block which renders fishing lines when used- Station block can only be crafted by \"crafter\" villagers- Used \"after extract\" hook to associate fishing station with town- Station block can be placed outside of rooms and villagers will still use it for work- See \"Jobs API\", below### New Job: Fish Cook / Kitchens- Added a bunch of \"kitchen\" room recipes- Added \"cook\" jobs which can:- Add coal to an empty furnace in a kitchen- Add coal to a chest in a kitchen- Add fish to a furnace with an empty input slot- Extract cooked villager food from a furnace- Even if the cooking was started by someone else (e.g. a player)- Requires a stick \"tool\" for now, due to technical limitations### Villagers:- Improved interaction spot logic (i.e. don\'t stand on water or air)- Added more aggressive navigation \"unsticking\"- Updated jobs UI to show all job roots if in creative mode### Quests:- Fixed bug where declined quest batches ramp up difficulty- Improved upgrade quest logic- Made upgrade quests a possible result after declining a batch- Fixed bug where town could get stuck with only finished quests- Updated Quests UI to recognize block-rooms### Leveling:- Fixed the \"infinite BOP\" bug- Caused by the client-side slot not being emptiedMore Info: [https://github.com/bradsk88/Questown/releases/tag/v1.18.2-0.0.9-alpha.1](https://github.com/bradsk88/Questown/releases/tag/v1.18.2-0.0.9-alpha.1)展开版本: 1.19.2-0.0.9-alpha.1支持游戏: 1.19.2类型:ForgeAlpha下载次数: 10Questown 1.18.2-0.0.9-alpha.1questown-1.18.2-0.0.9-alpha.1.jar下载1.18.2-0.0.9-alpha.1#Alpha# The Copenhagen Update (Part 1)(Named as such because I\'ve selected a handful of \"fun\" features to implement before I move away from Copenhagen)### New Job: Fisher / Fishing Station- Added new \"station\" block which renders fishing lines when used- Station block can only be crafted by \"crafter\" villagers- Used \"after extract\" hook to associate fishing station with town- Station block can be placed outside of rooms and villagers will still use it for work- See \"Jobs API\", below### New Job: Fish Cook / Kitchens- Added a bunch of \"kitchen\" room recipes- Added \"cook\" jobs which can:- Add coal to an empty furnace in a kitchen- Add coal to a chest in a kitchen- Add fish to a furnace with an empty input slot- Extract cooked villager food from a furnace- Even if the cooking was started by someone else (e.g. a player)- Requires a stick \"tool\" for now, due to technical limitations### Villagers:- Improved interaction spot logic (i.e. don\'t stand on water or air)- Added more aggressive navigation \"unsticking\"- Updated jobs UI to show all job roots if in creative mode### Quests:- Fixed bug where declined quest batches ramp up difficulty- Improved upgrade quest logic- Made upgrade quests a possible result after declining a batch- Fixed bug where town could get stuck with only finished quests- Updated Quests UI to recognize block-rooms### Leveling:- Fixed the \"infinite BOP\" bug- Caused by the client-side slot not being emptiedMore Info: [https://github.com/bradsk88/Questown/releases/tag/v1.18.2-0.0.9-alpha.1](https://github.com/bradsk88/Questown/releases/tag/v1.18.2-0.0.9-alpha.1)展开版本: 1.18.2-0.0.9-alpha.1支持游戏: 1.18.2类型:ForgeAlpha下载次数: 11The \"Experience and Leveling\" Updatequestown-1.18.2-0.0.8-alpha.1.jar下载1.18.2-0.0.8-alpha.1#AlphaBackport of [https://modrinth.com/mod/questown/version/1.19.2-0.0.8-alpha.1](https://modrinth.com/mod/questown/version/1.19.2-0.0.8-alpha.1)展开版本: 1.18.2-0.0.8-alpha.1支持游戏: 1.18.2类型:ForgeAlpha下载次数: 13The \"Experience and Leveling\" Updatequestown-1.19.2-0.0.8-alpha.1.jar下载1.19.2-0.0.8-alpha.1#Alpha\"Skills\" UI now only shows jobs which have been unlocked by the villager or are \"known\" and can be unlocked\"Known\" skills are selected randomly and added when new villagers joinWhen villagers earn experience and level up, they earn a \"Block of Progress\", which they store on the town flagPlayers can use Blocks of ProgressTo unlock \"known\" jobs on specific villagersTo request a change of \"profession\" (e.g. gatherer to farmer) which happens on the next morning.Revamped the /qt commands provided by this mod. They are now hierarchical.Fixed bug where achievements unlocked too soonFixed integer overflow -> caused massive quest batchesFixed crash in job board when placing sign on wallAdded journal entry for building farm (triggered by a pending farm quest being added)Villagers now render an arm swing when they workRefactored villager serializer to make it easier to add toPrevented stuck villagers by abandoning work target randomlyVillagers no longer collide with players or other villagersWork seekers can sleep nowFixed bug where villagers were refusing to sleep in empty bedsFixed big where villagers reported \"unmet needs\" for jobs they don\'t yet have access to展开版本: 1.19.2-0.0.8-alpha.1支持游戏: 1.19.2类型:ForgeAlpha下载次数: 9The \"Productivity\" Updatequestown-1.19.2-0.0.7-alpha.6.jar下载1.19.2-0.0.7-alpha.6#AlphaPorted from: [https://modrinth.com/mod/questown/version/fXp0NORM](https://modrinth.com/mod/questown/version/fXp0NORM)展开版本: 1.19.2-0.0.7-alpha.6支持游戏: 1.19.2类型:ForgeAlpha下载次数: 57The \"Productivity\" Updatequestown-1.18.2-0.0.7-alpha.6.jar下载1.18.2-0.0.7-alpha.6#Alpha## Final 1.18 Release- Aside from bugfixes and the occasional backport, this will be the last update to 1.18- 1.19 is the new reference version for Questown### The \"Productivity\" UpdateThe goal of this version is to make villagers more efficient at their jobs, whether via new blocks, tools, jobs, or better code.### Features- Added \"bowl rack\" which players and villagers can use for aesthetic storage of bowls- Added \"food display\" which can be used for strategically placing food storage- Villagers prefer taking food from displays over chests- Villagers can work in any room that is a \"superset\" of their job\'s \"worksite\"- For example, a crafter can make sticks in a forge, because it has a crafting table and a torch- Adjusted bread maker jobs and worksites- Added to the \"soup cook\" job tree and room recipes- Added \"Seed Bin\" for farmers, so they can easily keep seeds nearby (more than a chest can hold)- Farm Recipes are now a thing, in addition to Room Recipes- Added \"weed\" job for farmer, where they will remove tall grass from inside a farm\'s walls- New quest selection algorithm which generates quests based on what rooms are needed by villagers. So now quests should feel less random.- Added \"no work possible\" status to help players understand why a villager is not working- Fixed rotation of job board when sign is placed facing south(?)### Bug Fixes / Improvements- Fixed bug where players could not stack items that villagers put in chests- Only fixes newly-deposited items- Reduced amount of messages that show up in chat from Questown- \"No Jobsite\" status was buggy. It\'s better now.- Made faces on quest screen use correct skin for quest owner- Fixed rare bug where town might not have quests after server reboot- Lots of additonal screens on the job board to help players learn how to play Questown- Added \"item jobs\" screen which can be opened from the job board or from the economics screen- This helps players understand what jobs they should assign to villagers if they want certain items- Campfire quest no longer causes a bunch of log spam on the server side- Improved villager navigation- Improvements to prevent crafters from not doing their work- Tweaked basic crafter jobs to be faster- Added item weights for several room recipes to increase quest batch variety- Fixed game-breaking crash when chests are destroyed- Generally cleaned up logging### Developer NotesSee [GitHub Release Notes](https://github.com/bradsk88/Questown/releases/tag/v1.18.2-0.0.7-alpha.4)展开版本: 1.18.2-0.0.7-alpha.6支持游戏: 1.18.2类型:ForgeAlpha下载次数: 60Questown 1.18.2-0.0.7-alpha.3questown-1.18.2-0.0.7-alpha.3.jar下载1.18.2-0.0.7-alpha.3#AlphaUpdate RoomRecipes dependency to fix crashesAll other dependencies same as [1.18.2-0.0.7-alpha.1](https://modrinth.com/mod/questown/version/1.18.2-0.0.7-alpha.1)展开版本: 1.18.2-0.0.7-alpha.3支持游戏: 1.18.2类型:ForgeAlpha下载次数: 49Fixes after Play Testingquestown-1.18.2-0.0.7-alpha.2.jar下载1.18.2-0.0.7-alpha.2#Alpha- Fixed bug where client would crash when opening town flag menu- Handled bug where job board menu could not be opened- Root cause remains (biomes handle is not connected to town)- Force-disabled hunger because it\'s broken right nowSame dependencies as [1.18.2-0.0.7-alpha.1](https://modrinth.com/mod/questown/version/1.18.2-0.0.7-alpha.1)展开版本: 1.18.2-0.0.7-alpha.2支持游戏: 1.18.2类型:ForgeAlpha下载次数: 42The \"Helpers\" Updatequestown-1.18.2-0.0.7-alpha.1.jar下载1.18.2-0.0.7-alpha.1#AlphaBig new release for the new year. As always, no guarantees of backwards compatibility or stability at this point because so much development is happening.### Developer Functionality- Added file-based jobs- No code required to add new jobs.- Adds the ability for other mods to define jobs for Questown- Custom status images and text can be added to these files- Added support for jobs that start with itemless, toolless work### Gameplay- Fleshed out \"journal\" tutorial and advancements to guide new players- Changed Welcome Mat Recipe to use pressure plates instead of carpet- Easier to obtain in early-game- Added a bunch of commands (all starting with `/qt`)- Added \"eat raw food\" which improves hunger by half and adds more debuffs- Villagers no longer need to go back to the job board constantly- Made short-length gatherers get early-town supplies- More useful in early game- Long-length gatherers get other stuff### New Player Controls- Added UI for seeing needed items- E.g. \"Wheat was needed 10 times in the past 2 days\"- Shows both on villager menus and the town flag menu- Helps inform player of what materials they should either find or add a villager to generate- Added \"all villagers\" tab to the flag menu- See what villagers are working on- See what items villagers are holding### New Villager Jobs- Added \"organizer\" job and clipboard- Place a clipboard (with an item request) in a chest, and the organizer will try find that item and place it in that chest- Added \"soup cook\" job and \"soup kitchen\" room recipe- Good way to convert mushrooms (from gatherer) into food- Added crafting jobs for stone, iron, gold, diamond tools### New Key Items- Added \"Town Wand\" item which can register doors### Bug Fixes- Fixed a game-breaking bug when two flags were present nearby- Fixed bug where world-gen\'ed town flags had zero quests after reboot- Fixed bug where Job Board would ignore direction of placed sign- Fixed bug where Job Board did not list all possible requests- Fixed bug where tooltips were not showing on screen tabs### General Improvements- Converted most existing jobs to be file-based- Added tests for specific jobs- Made \"give up and try a different job\" logic work better- Improved villager navigation logic- Added some status art tiles- Made job selection code more efficient- Updated roomrecipes dependency to get better room scanning performance- Stopped text from showing on login/chunk-load- Updated code for UIs to use standard layoutsExperimental / WIP- Doctor, hospital bed, and villager damage system展开版本: 1.18.2-0.0.7-alpha.1支持游戏: 1.18.2类型:ForgeAlpha下载次数: 35[1.18.2] More Skinsquestown-1.18.2-0.0.6-alpha.10.jar下载1.18.2-0.0.6-alpha.10#AlphaSame dependencies as previous version展开版本: 1.18.2-0.0.6-alpha.10支持游戏: 1.18.2类型:ForgeAlpha下载次数: 94[1.19.2] Bug Fixes (Forward Port)questown-1.19.2-0.0.6-alpha.9.jar下载1.19.2-0.0.6-alpha.9#AlphaSee:[https://modrinth.com/mod/questown/version/1.18.2-0.0.6-alpha.9](https://modrinth.com/mod/questown/version/1.18.2-0.0.6-alpha.9)[https://modrinth.com/mod/questown/version/1.18.2-0.0.6-alpha.8](https://modrinth.com/mod/questown/version/1.18.2-0.0.6-alpha.8)展开版本: 1.19.2-0.0.6-alpha.9支持游戏: 1.19.2类型:ForgeAlpha下载次数: 199[1.18] BugFix: Job Boardsquestown-1.18.2-0.0.6-alpha.9.jar下载1.18.2-0.0.6-alpha.9#AlphaJob boards were not persisting across server reboots.This fixes that.Same dependencies as last version.展开版本: 1.18.2-0.0.6-alpha.9支持游戏: 1.18.2类型:ForgeAlpha下载次数: 52[1.18.2] BugFix: Handle null production spotquestown-1.18.2-0.0.6-alpha.8.jar下载1.18.2-0.0.6-alpha.8#AlphaThere is still a bug. But, instead of crashing, we\'ll just log it. Stay tuned for 0.0.7 for a proper fix.Same dependencies as previous.展开版本: 1.18.2-0.0.6-alpha.8支持游戏: 1.18.2类型:ForgeAlpha下载次数: 78[1.19.2] BugFixquestown-1.19.2-0.0.6-alpha.7.jar下载1.19.2-0.0.6-alpha.7#AlphaSee:[https://modrinth.com/mod/questown/version/1.18.2-0.0.6-alpha.7](https://modrinth.com/mod/questown/version/1.18.2-0.0.6-alpha.7)展开版本: 1.19.2-0.0.6-alpha.7支持游戏: 1.19.2类型:ForgeAlpha下载次数: 55[1.18.2] BugFixquestown-1.18.2-0.0.6-alpha.7.jar下载1.18.2-0.0.6-alpha.7#AlphaFixes a crash that can happen when creating a room beside a freshly-placed flag.Same dependencies as previous version(s)展开版本: 1.18.2-0.0.6-alpha.7支持游戏: 1.18.2类型:ForgeAlpha下载次数: 58[1.19.2-Port] The \"Hearts\" Updatequestown-1.19.2-0.0.6-alpha.6.jar下载1.19.2-0.0.6-alpha.6#AlphaForward port of:[https://modrinth.com/mod/questown/version/1.18.2-0.0.6-alpha.6](https://modrinth.com/mod/questown/version/1.18.2-0.0.6-alpha.6)展开版本: 1.19.2-0.0.6-alpha.6支持游戏: 1.19.2类型:ForgeAlpha下载次数: 57[1.18.2] The \"Hearts\" Updatequestown-1.18.2-0.0.6-alpha.6.jar下载1.18.2-0.0.6-alpha.6#AlphaFull Changelog:- [https://github.com/bradsk88/Questown/milestone/3?closed=1](https://github.com/bradsk88/Questown/milestone/3?closed=1)This version:- [Declaring homepage and update URL](https://github.com/bradsk88/Questown/commit/3d66499f7d20f1e2a77139272b3fefc9e6a383a9)- [Villager work improvements](https://github.com/bradsk88/Questown/commit/cfab1c085cc482387295c3a504ed5592a5a2db5c)- Villagers look at their work station while working- Improvements to navigation edge-cases- Added a cooldown between checks at the job board when thereis not work available.- [Tweaked timing for baker. Removed logs](https://github.com/bradsk88/Questown/commit/bf21c62ae292e99db28faffa92325511769e858b)- [Tweaked farm-leaving pathfinding](https://github.com/bradsk88/Questown/commit/b6c268dbfd9d7fa8c21972caf8397746d74252c9)- Also: Added `/qtspawn` command to spawn villagers (and removed applecheat)- Also: Farmers no longer try to walk down into ground.Same dependencies as previous version展开版本: 1.18.2-0.0.6-alpha.6支持游戏: 1.18.2类型:ForgeAlpha下载次数: 60[1.19.2] Developer Preview (Minor)questown-1.19.2-0.0.6-alpha.5.jar下载1.19.2-0.0.6-alpha.5#AlphaSee:[https://modrinth.com/mod/questown/version/1.18.2-0.0.6-alpha.5](https://modrinth.com/mod/questown/version/1.18.2-0.0.6-alpha.5)展开版本: 1.19.2-0.0.6-alpha.5支持游戏: 1.19.2类型:ForgeAlpha下载次数: 58[1.18.2] Developer Preview (Minor)questown-1.18.2-0.0.6-alpha.5.jar下载1.18.2-0.0.6-alpha.5#AlphaSome minor fixes to quest completion logic.Same dependencies as previous version.展开版本: 1.18.2-0.0.6-alpha.5支持游戏: 1.18.2类型:ForgeAlpha下载次数: 64Questown 1.19.2-0.0.6-alpha.4questown-1.19.2-0.0.6-alpha.4.jar下载1.19.2-0.0.6-alpha.4#AlphaSee [https://modrinth.com/mod/questown/version/Stn9EAGM](https://modrinth.com/mod/questown/version/Stn9EAGM)展开版本: 1.19.2-0.0.6-alpha.4支持游戏: 1.19.2类型:ForgeAlpha下载次数: 91[1.18.2] Developer Preview (Gatherer Improvements)questown-1.18.2-0.0.6-alpha.4.jar下载1.18.2-0.0.6-alpha.4#AlphaFixed advancement UI on serverFixed:- Loot was not being grabbed after gatherer timers- New value for gatherer time was not being used- Gatherers should not stop early to dine- Villagers recover items when giving up on job- Improve navigation to chests- Prevent villagers from starting a job they won\'t have time to finish.Added:- 3 tiers for each gathererDependencies:- Same as previous version展开版本: 1.18.2-0.0.6-alpha.4支持游戏: 1.18.2类型:ForgeAlpha下载次数: 591.19.2 Developer Preview (BugFix+Debug)questown-1.19.2-0.0.6-alpha.3.jar下载1.19.2-0.0.6-alpha.3#AlphaSee:[https://modrinth.com/mod/questown/version/1.18.2-0.0.6-alpha.3](https://modrinth.com/mod/questown/version/1.18.2-0.0.6-alpha.3)展开版本: 1.19.2-0.0.6-alpha.3支持游戏: 1.19.2类型:ForgeAlpha下载次数: 691.18.2 Developer Preview (BugFix+Debug)questown-1.18.2-0.0.6-alpha.3.jar下载1.18.2-0.0.6-alpha.3#AlphaFixes a bug in room detection where rooms would go undetected.Also adds the command `/qtdebugalldoors` for generating comprehensive logs of town scanning to help with debugging and reporting bugs.展开版本: 1.18.2-0.0.6-alpha.3支持游戏: 1.18.2类型:ForgeAlpha下载次数: 881.19.2 Developer Preview (LagCrashFix+)questown-1.19.2-0.0.6-alpha.2.jar下载1.19.2-0.0.6-alpha.2#AlphaSee:[https://modrinth.com/mod/questown/version/1.18.2-0.0.6-alpha.2](https://modrinth.com/mod/questown/version/1.18.2-0.0.6-alpha.2)展开版本: 1.19.2-0.0.6-alpha.2支持游戏: 1.19.2类型:ForgeAlpha下载次数: 571.18.2 Developer Preview (LagCrashFix+)questown-1.18.2-0.0.6-alpha.2.jar下载1.18.2-0.0.6-alpha.2#Alpha- Crash Fix:- This release utilizes the new `TownRoomDetector` from `RoomRecipes` to distribute room scanning over multiple ticks, rather than trying to scan the entire village within a single tick - which can cause crashes.- This means you will need to also update `RoomRecipes`- Debug Commands: `/qtdebug <flag pos>` and `/qtdebugdoor <flag pos>` have been added- `/qtdebug` stops most of the ticking logic for the town- `/qtdebugdoor` gives the player a special debug item they can click below the door of any room to generate debug logs for improving the quality of bug reports.- WORK IN PROGRESS: A new \"advancement\" UI has been added- It works on local Minecraft, but not on a server- It shows the villager\'s current job and all the other available jobs laid out like the \"advancement\" tree- Temporary: You can click on any job to switch the villager to that job- All \"gatherer\" jobs have been tweaked so they leave town for less time, but return with fewer items- Untested: The \"axe gatherer\" job has three tiers:- \"1/4 day\", \"1/2 day\", \"full day\"- The gatherer will leave for the stated time and return with 1, 3, and 6 items, respectively.- Untested: A \"rod gatherer\" has been added and should return with fishing loot- This release also includes updates to the codebase to make it easier to forward-and-back-port between 1.18 and 1.19展开版本: 1.18.2-0.0.6-alpha.2支持游戏: 1.18.2类型:ForgeAlpha下载次数: 541.18.2 Developer Preview (Food/Hunger/Mood)questown-1.18.2-0.0.6-alpha.1.jar下载1.18.2-0.0.6-alpha.1#AlphaSee [https://modrinth.com/mod/questown/version/1.19.2-0.0.6-alpha.1](https://modrinth.com/mod/questown/version/1.19.2-0.0.6-alpha.1)展开版本: 1.18.2-0.0.6-alpha.1支持游戏: 1.18.2类型:ForgeAlpha下载次数: 261.19.2 Developer Preview (Food/Hunger/Mood)questown-1.19.2-0.0.6-alpha.1.jar下载1.19.2-0.0.6-alpha.1#Alpha- Hunger ticks down throughout the day and villagers start each day hungry- Added plates and dining room- Plates can be crafted by using glass pane on flag base- When villagers dine at plate, the food they brought is rendered in the plate- Added system for \"claiming\" job blocks- This prevents multiple villagers from dining at one plate- Added system for making sounds during villager work- Added special rule for making interaction block one lower- This allows villagers to stand \"below\" plate while dining- Mood goes down if villager has nowhere good to eat- Mood goes up if villager can find a spot to eat in a dining room- Work speed is impacted by mood- Added UI for seeing villager hunger and mood- Added \"expiry\" system and used it for diner- Diner expired to \"No table diner\", other jobs expire to \"job seeker\"- Improvements to logging- Farmer job brought back with rudimentary time warp function- Proper work to improve farmer is planned ASAP- Fixed crash when building job board (might randomly select \"up\" as sign direction)- Villagers now stand still while working展开版本: 1.19.2-0.0.6-alpha.1支持游戏: 1.19.2类型:ForgeAlpha下载次数: 391.19.2 Developer Preview [Bug Fixes]questown-1.19.2-0.0.5-alpha.6.jar下载1.19.2-0.0.5-alpha.6#Alpha- Fix \"flicker\" bug when someone is waiting for timer- Fix time warp bug where tool work is not being done- Fix time warp exception when town has no space- Fix bug where time warp was resulting in extra items展开版本: 1.19.2-0.0.5-alpha.6支持游戏: 1.19.2类型:ForgeAlpha下载次数: 421.19.2 Developer Preview [Time Warp Redux]questown-1.19.2-0.0.5-alpha.5.jar下载1.19.2-0.0.5-alpha.5#AlphaGeneral philosophy: every job has its own \"warper\" and we grab that warper for each villager during the time warp phase of the town flag\'s loading process.Each warper simulates the passage of time and then returns an updated town state which is passed into the next warper as the starting point.Also:- Store state before restoring villagers so they have the warped state- Prevent a critical log when nothing is wrong- Updating all jobs to be more declarative (and thus have warpers)- Explicit \"is player close\" logic for time warpBetter handling of multi-villager warps:First, we calculate the specific ticks where the work for each villager would be run and store a tuple of [tick, lambda function] in a list. Finally, we sort that list by tick and run each lambda in the sorted list. This should mean that each villager action (lambda) is run in the order that it would be run if this were happening in real-time.Some light play testing shows that this seems to be working well.Play testing- Preventing infinite loop when loot table lookup fails- Fixing job logic for tool-less jobs that require work- Tested via time warp, NOT TESTED by playing- Added some new villager skins (Thanks Niki)- Added logic to show non-error graphics for some production statuses- Added logic to remove entities from town state when killed- Fixing world interaction logic to make crafters work properly- Removed all while loops to avoid game-breaking freezes- Fixed bug where villagers were taking more than one ingredient from town containers.- Adjusted gatherers to prefer \"no tool\" work if it can produce the requested results.- Fixing world interaction logic to make smelters work properly- Adding translations for smelters- TDD: Fix bug where gatherers do not leave Fixed: Gatherers no longer return home when job board is updated- Make workers stand beside job block... instead of walking around it randomly- Also removed some old TODOs that are no longer relevant- Better \"go to job\" nav + skin logic fix- Fixing handling of 1x1 rooms- Setting some more status art for production jobs- Fixing bug where job board was missing addable items- Rendering item in Villager\'s hand- Fixed a bug where work results had extra quanties on their NBT- Added `qtfreeze` flag block command to make it easier to run the `qtsetjob` on villagers (because they will stand still)- Introducing randomness so villagers will better share resources, job blocks, and requests- Villagers will choose a random work room and block and then keep it until they have finished the work.- Villagers will now \"give up\" on their current work if they go too long with no supplies in town.展开版本: 1.19.2-0.0.5-alpha.5支持游戏: 1.19.2类型:ForgeAlpha下载次数: 35Questown 1.18.2-0.0.5-alpha.5questown-1.18.2-0.0.5-alpha.5.jar下载1.18.2-0.0.5-alpha.5#AlphaFixes a crash with farmers展开版本: 1.18.2-0.0.5-alpha.5支持游戏: 1.18.2类型:ForgeAlpha下载次数: 25Forward Port to 1.19questown-1.19.2-0.0.5-alpha.4.jar下载1.19.2-0.0.5-alpha.4#AlphaForward port of:- https://modrinth.com/mod/questown/version/1.18.2-0.0.5-alpha.4展开版本: 1.19.2-0.0.5-alpha.4支持游戏: 1.19.2类型:ForgeAlpha下载次数: 19Questown 1.18.2-0.0.5-alpha.4questown-1.18.2-0.0.5-alpha.4.jar下载1.18.2-0.0.5-alpha.4#Alpha- Adds more gatherer tools- Fixes crash on job board placement展开版本: 1.18.2-0.0.5-alpha.4支持游戏: 1.18.2类型:ForgeAlpha下载次数: 171.18-specific patchquestown-1.18.2-0.0.5-alpha.3-patch.1.jar下载1.18.2-0.0.5-alpha.3-patch.1#AlphaFixes:- False door/wall renders transparently now- Quest and room messages include room names again展开版本: 1.18.2-0.0.5-alpha.3-patch.1支持游戏: 1.18.2类型:ForgeAlpha下载次数: 211.18 Backportquestown-1.18.2-0.0.5-alpha.3.jar下载1.18.2-0.0.5-alpha.3#AlphaSee https://modrinth.com/mod/questown/version/1.19.2-0.0.5-alpha.3展开版本: 1.18.2-0.0.5-alpha.3支持游戏: 1.18.2类型:ForgeAlpha下载次数: 19[1.19.2] Developer Preview (Play Testing Updates)questown-1.19.2-0.0.5-alpha.3.jar下载1.19.2-0.0.5-alpha.3#AlphaFixes:- Handling non-Minecraft chests- Untested: Fix qtsetjob on serversFeatures:- Fake walls and doors that go on ground and act like real doors- These allow you to create rooms within rooms展开版本: 1.19.2-0.0.5-alpha.3支持游戏: 1.19.2类型:ForgeAlpha下载次数: 29Questown 1.19.2-0.0.5-alpha.2questown-1.19.2-0.0.5-alpha.2.jar下载1.19.2-0.0.5-alpha.2#AlphaCorrection to dependencies展开版本: 1.19.2-0.0.5-alpha.2支持游戏: 1.19.2类型:ForgeAlpha下载次数: 44Questown 1.18.2-0.0.5-alpha.1questown-1.18.2-0.0.5-alpha.1.jar下载1.18.2-0.0.5-alpha.1#AlphaBackport from 1.19展开版本: 1.18.2-0.0.5-alpha.1支持游戏: 1.18.2类型:ForgeAlpha下载次数: 24[1.19.2] Developer Preview (More Jobs + AI Improvements)questown-1.19.2-0.0.5-alpha.1.jar下载1.19.2-0.0.5-alpha.1#Alpha- Adds \"explorer\" job, who leaves town with paper and food, and brings home maps that are tagged with a biome ID- Adds \"mapped gatherer with axe\", who takes food, an axe, and a map to collect wood, saplings, and other supplies from the biome that is tagged on the map.- Generally improves the AI around jobs to make them work more reliably- Adds the `/qtsetjob` command for changing villager jobs in creative mode.展开版本: 1.19.2-0.0.5-alpha.1支持游戏: 1.19.2类型:ForgeAlpha下载次数: 42[1.19.2] Developer Preview - The \"Tools\" Releasequestown-1.19.2-0.0.4-alpha.6.jar下载1.19.2-0.0.4-alpha.6#AlphaSee https://modrinth.com/mod/questown/version/1.18.2-0.0.4-beta.1 for more details.This version is a fresh migration to 1.19.2, so it hasn\'t been tested as thoroughly as the 1.18.2 version.展开版本: 1.19.2-0.0.4-alpha.6支持游戏: 1.19.2类型:ForgeAlpha下载次数: 27[1.18.2] Beta - The \"Tools\" Release - BugFixquestown-1.18.2-0.0.4-beta.2.jar下载1.18.2-0.0.4-beta.2#BetaFixes a crash when gatherers deposit their loot in chests展开版本: 1.18.2-0.0.4-beta.2支持游戏: 1.18.2类型:ForgeBeta下载次数: 26[1.18.2] Beta - The \"Tools\" Releasequestown-1.18.2-0.0.4-beta.1.jar下载1.18.2-0.0.4-beta.1#Beta**New Gameplay Dynamics:**Introducing three new villager jobs: Blacksmith, Smelter, and Crafter.- Blacksmith crafts wooden pickaxes using fewer materials.- Smelter extracts more iron from ore using an Ore Processor.- Crafter produces bowls, paper, sticks, and planks efficiently.**Job Board and Room Quest:**- Added a \"Job Board\" block for resource requests.- Right-click to manage requests; villagers produce items based on player requests.**Villager Improvements:**- Villager UI enhancement: Right-click to view required resources for their job.**Developer-Friendly System:**- New system for effortless addition of diverse villager resource production jobs.**Quest Enhancements:**- Improved quest logic for randomness.- Villagers no longer request endless crafting rooms.- Players can decline quest batches, with a new batch added the next morning.**Additional Features:**- Numerous new configuration options.- Performance optimizations for smoother gameplay.展开版本: 1.18.2-0.0.4-beta.1支持游戏: 1.18.2类型:ForgeBeta下载次数: 24[1.18.2] Developer Preview (Bug Fixes)questown-1.18.2-0.0.4-alpha.2.jar下载1.18.2-0.0.4-alpha.2#AlphaGeneral bug fixes from play testing previous release展开版本: 1.18.2-0.0.4-alpha.2支持游戏: 1.18.2类型:ForgeAlpha下载次数: 31[1.18.2] Developer Preview (More Jobs)questown-1.18.2-0.0.4-alpha.1.jar下载1.18.2-0.0.4-alpha.1#Alpha- Added smelter and generalized jobs to make it easier to add new ones- https://github.com/bradsk88/Questown/commit/9d27ce6d281ba0f94ad7ccaf9a97e5c583b5ec14- https://github.com/bradsk88/Questown/commit/5e0b10d5e105fa9674eaa47ba8444b8e52fd051e- https://github.com/bradsk88/Questown/commit/bb6d86dac92204e76c78926051e50ff1d81b4534- https://github.com/bradsk88/Questown/commit/c3736a11aa18335ce26623d4965d2e1d445b6cb0- https://github.com/bradsk88/Questown/commit/d09626442b32bb55d769fc1852c5829522b5e80f- https://github.com/bradsk88/Questown/commit/24ff6a96c12f8c783e89c3242ffdc1cb08dabce1- Smelter\'s work cycle:- Add ore to block- Stay at block and process it- Extract raw ore- [Many things:](https://github.com/bradsk88/Questown/commit/8d2311ad5b802a5180f2c9910be4e1443f143794)- Updated production jobs to go to correct chest for supplies- Updated InventoryAndStatusMenu to support non-gatherer statuses- Updated smelter to show InventoryAndStatusMenu1- Created a central repository for status textures- Reduced bloat on some logs- Reduced a redundant calculation in production jobs (rooms needing ingr.)- WIP: [Smelter\'s tools degrade (not 100% sure this is working)](https://github.com/bradsk88/Questown/commit/5f0a6a48110361e31048dbcf4784978dd62985f6)- [Adding model for Ore Processing Block](https://github.com/bradsk88/Questown/commit/48baca7653072bd2b21be3f88a12dd164963a409)... formerly \"smelting oven\".- Blacksmith declarative job- https://github.com/bradsk88/Questown/commit/9c91c700ef1a815f25106229af793ed9175d586a- https://github.com/bradsk88/Questown/commit/4b1f93a413d52d9a3e0509dba66e81d31474c8d0- https://github.com/bradsk88/Questown/commit/02e5b7a9950216f4c5639bd41bf76e244b2e3b63- [Show job-specific text in villager GUI](https://github.com/bradsk88/Questown/commit/081c065014530de397ec46844aa2808bf0870fc6)- [Make smelters and blacksmiths remember their jobs](https://github.com/bradsk88/Questown/commit/d1cf373a2597fe8bf787341043e1f184f9069c43)展开版本: 1.18.2-0.0.4-alpha.1支持游戏: 1.18.2类型:ForgeAlpha下载次数: 23[1.18.2] Developer Preview (Farm Selection)questown-1.18.2-0.0.3-alpha.8.jar下载1.18.2-0.0.3-alpha.8#AlphaFarmers used to just all share the first farm that was added to town.Now they will divvy up all the farms in town equally.If there are more farmers than farms, the extra farmers will lend a hand in the largest farm by choosing low priority tasks.展开版本: 1.18.2-0.0.3-alpha.8支持游戏: 1.18.2类型:ForgeAlpha下载次数: 34[1.18.2] Developer Preview (Path Finding)questown-1.18.2-0.0.3-alpha.7.jar下载1.18.2-0.0.3-alpha.7#Alpha- [Enable walk timeout to be set via Config](https://github.com/bradsk88/Questown/commit/a660560aa6e1e8d34d944f7d665720cb37fc63e1)- [Improvements to pathfinding over water](https://github.com/bradsk88/Questown/commit/aa2a5b8a47f4dbbcfddd62ad3c2a6f0f85a7d3d1)- Villagers will do a better job of pathfinding on above-water paths- Increased pathfinding \"give up\" duration significantly- Removed \"door\" position as a wander target- All positions within room are now included as potential targets- Also:- Do not consider stairs \"walls\"- [Improvements to pathfinding in water](https://github.com/bradsk88/Questown/commit/348151f99ab297e798dce01f22f1347f8b309fbe)- Very specific edge case with water, under air, under fence- Villagers will view the \"gap\" as a wall- i.e. They will not swim into a 1-block gap展开版本: 1.18.2-0.0.3-alpha.7支持游戏: 1.18.2类型:ForgeAlpha下载次数: 23[1.18.2] Developer Preview (BugFix + Tools)questown-1.18.2-0.0.3-alpha.6.jar下载1.18.2-0.0.3-alpha.6#Alpha- Fixed a null pointer exception on the quests screen- Quests will show owner\'s head when card is hovered- Clicking a flag with a log will generate more logging- Clicking a flag with a potato will recall all villagers展开版本: 1.18.2-0.0.3-alpha.6支持游戏: 1.18.2类型:ForgeAlpha下载次数: 21[1.18.2] Developer Preview (General Improvements)questown-1.18.2-0.0.3-alpha.5.jar下载1.18.2-0.0.3-alpha.5#Alpha- [Server side utilities](https://github.com/bradsk88/Questown/commit/dcf23736489d70f2c8961e0903a0b5184a0bc43c)- Right click on flag with oak log to write Quests to server logs (get it?)- Stop logging the town state. I think it was causing lag spikes.- [Baker and room improvements](https://github.com/bradsk88/Questown/commit/4f2ed6335d2f6b83b852bc19b3c5ac996402d0db)- Bakers will switch to \"relaxing\" in the evening- Doors will be de-registered upon destruction- [Make sure room recipes don\'t get double-filled on server start](https://github.com/bradsk88/Questown/commit/96a74471ffbbf66e0bef9bff3779ac0cb80ef69c)- [Quest UUID improvements](https://github.com/bradsk88/Questown/commit/f220a74dd7656a45686db2164428fbed33e9e58e)- Quests will no longer be assigned a random UUID on creation.- Quests with an owner UUID that does not match a villager will bereplaced with a random villager\'s UUID.展开版本: 1.18.2-0.0.3-alpha.5支持游戏: 1.18.2类型:ForgeAlpha下载次数: 24[1.18.2] Developer Preview (Quest Improvements)questown-1.18.2-0.0.3-alpha.4.jar下载1.18.2-0.0.3-alpha.4#Alpha- [Added the ability to see a specific villager\'s quests](https://github.com/bradsk88/Questown/commit/5ea20970ed6552d665995cfa234b8ba6650e3d85)- Added a service function for calculating room recipe item weights- [Added \"job\" quests that are added after finishing a batch](https://github.com/bradsk88/Questown/commit/863572bcbe5d14f0758ae2ad36dfc6f8b393e81d)- Upon completing the quest (e.g. \"build a farm\", \"build a bakery\"),a villager will change to the appropriate job.- Quests will now tend to include a bed if one is needed- Adjusted factors for quest batch building (and added config)- [Gatherers with axes will acquire biome-specific wood](https://github.com/bradsk88/Questown/commit/8b854adccfa760eab58dec82d3969089d4195df5)- [Better documentation around job quests](https://github.com/bradsk88/Questown/commit/f330aabaecbff0d70384c81703a6aa0c7197a6ec)- You get a page in the journal to explain it- The quests screen will show the villager and job- The player gets an achievement when a job quest is added展开版本: 1.18.2-0.0.3-alpha.4支持游戏: 1.18.2类型:ForgeAlpha下载次数: 20[1.18.2] Developer Preview (RoomRecipes)questown-1.18.2-0.0.3-alpha.3.jar下载1.18.2-0.0.3-alpha.3#Alpha- Added tick profiling- Increased RoomRecipes dependency to improve room scans展开版本: 1.18.2-0.0.3-alpha.3支持游戏: 1.18.2类型:ForgeAlpha下载次数: 25[1.18.2] Developer Preview (Loot BugFix)questown-1.18.2-0.0.3-alpha.2.jar下载1.18.2-0.0.3-alpha.2#AlphaGatherers were not bringing home loot展开版本: 1.18.2-0.0.3-alpha.2支持游戏: 1.18.2类型:ForgeAlpha下载次数: 22[1.18.2] Developer Preview (Farmers & Bakers)questown-1.18.2-0.0.3-alpha.1.jar下载1.18.2-0.0.3-alpha.1#AlphaThis release adds the \"farmer\" and \"baker\" jobs.Currently, there is no \"gameplay\" method for assigning these jobs. Instead:- Click on a villager with bread in hand to make them a baker- Click on a villager with seeds in hand to make them a farmerMore Info:- https://github.com/bradsk88/Questown/issues/34- https://github.com/bradsk88/Questown/issues/35展开版本: 1.18.2-0.0.3-alpha.1支持游戏: 1.18.2类型:ForgeAlpha下载次数: 26[1.18.2] Developer Preview (Upgrade Quests)questown-1.18.2-0.0.2-alpha.13.jar下载1.18.2-0.0.2-alpha.13#Alpha- Added debug utility to add upgrade quests to flag (right click it with diamond)- Upgrade quests added- Quests will be marked \"lost\" when a bloc is removed- Room upgrade quests can involve swapping blocks out for better ones- Room upgrades will be selected randomly if there is more than one option- Randomly select \"new villager\" or \"upgrade room\" quest- Updated \"no gate\" status text展开版本: 1.18.2-0.0.2-alpha.13支持游戏: 1.18.2类型:ForgeAlpha下载次数: 38[1.18.2] Developer Preview (BugFix)questown-1.18.2-0.0.2-alpha.12.1.jar下载1.18.2-0.0.2-alpha.12.1#AlphaFixes a bug related to missing welcome mat (on villager spawn)展开版本: 1.18.2-0.0.2-alpha.12.1支持游戏: 1.18.2类型:ForgeAlpha下载次数: 26[1.18.2] Developer Preview (Playtest Feedback)questown-1.18.2-0.0.2-alpha.12.jar下载1.18.2-0.0.2-alpha.12#Alpha- Temporary: Spawn new villagers by right-clicking flag with apple- Improve \"disappear\" logic when villagers go to town gate- Villagers drop their items when they die- Villagers heal in the morning- Pathfinding improved by increasing follow-distance attribute展开版本: 1.18.2-0.0.2-alpha.12支持游戏: 1.18.2类型:ForgeAlpha下载次数: 18[1.18.2] Developer Preview (Windows/Loot)questown-1.18.2-0.0.2-alpha.11.jar下载1.18.2-0.0.2-alpha.11#AlphaFixes- Gatherers will more reliably return with loot- Rooms can now contain glass blocks and window panes展开版本: 1.18.2-0.0.2-alpha.11支持游戏: 1.18.2类型:ForgeAlpha下载次数: 26[1.18.2] Developer Preview (Another Fix)questown-1.18.2-0.0.2-alpha.10.jar下载1.18.2-0.0.2-alpha.10#AlphaFixes a server crash when a player has destroyed a flag展开版本: 1.18.2-0.0.2-alpha.10支持游戏: 1.18.2类型:ForgeAlpha下载次数: 25[1.18.2] Developer Preview (More Fix)questown-1.18.2-0.0.2-alpha.9.jar下载1.18.2-0.0.2-alpha.9#AlphaFixes a bound-related server crash展开版本: 1.18.2-0.0.2-alpha.9支持游戏: 1.18.2类型:ForgeAlpha下载次数: 25[1.18.2] Developer Preview (Another Crash Fix)questown-1.18.2-0.0.2-alpha.8.jar下载1.18.2-0.0.2-alpha.8#AlphaFixes an iterator-related server crash展开版本: 1.18.2-0.0.2-alpha.8支持游戏: 1.18.2类型:ForgeAlpha下载次数: 23[1.18.2] Developer Preview (CrashFix)questown-1.18.2-0.0.2-alpha.7.jar下载1.18.2-0.0.2-alpha.7#AlphaFix I18N-related server crash展开版本: 1.18.2-0.0.2-alpha.7支持游戏: 1.18.2类型:ForgeAlpha下载次数: 26[1.18.2] Developer Preview (Tools)questown-1.18.2-0.0.2-alpha.6.jar下载1.18.2-0.0.2-alpha.6#AlphaGatherers can be given one or more tools. These tools will occupy an inventory slot and change the loot that they return with. They can use axes, pickaxes, shovels, and fishing rods.When the player gives the gatherer an item (any item), that item will be \"locked\" and the gatherer will not drop it. The player can remove that item to unlock the slot.展开版本: 1.18.2-0.0.2-alpha.6支持游戏: 1.18.2类型:ForgeAlpha下载次数: 20[1.18.2] Developer Preview (Doors + Fixes)questown-1.18.2-0.0.2-alpha.5.jar下载1.18.2-0.0.2-alpha.5#AlphaFixes:- Critical: Stop clearing quantity/NBT in town chests- Visitors could not sleep in a bed more than once.And the bed stayed occupied.- Liquid blocks could cause a fatal crash during wall detection- Progress messages should hopefully show up in chat when using a server- Villagers will be hidden while their status is returning, regardless of position- You can no longer click on hidden villagers- Stop respawning villagers every morning (store town state on sleep)- Clear bed occupancy for all villagers in the morning- Disable collisions when villager is hiddenAdds:- Town door item- Logic to support town door item- Persist registered doors on town flag- Welcome mat blocks can now be associated with a flag by right-clicking the item on the flag- Support preservation of quantity and NBT data on items in town chests展开版本: 1.18.2-0.0.2-alpha.5支持游戏: 1.18.2类型:ForgeAlpha下载次数: 20[1.18.2] Developer Preview (Fixes)questown-1.18.2-0.0.2-alpha.4.jar下载1.18.2-0.0.2-alpha.4#AlphaFixes:- Allow carpet to be converted to welcome mat- Allow welcome mat to be destroyed AND picked up- Fix crash when destroying chest- Allow rooms detection to support other chest types- Allow gate to survive reboot展开版本: 1.18.2-0.0.2-alpha.4支持游戏: 1.18.2类型:ForgeAlpha下载次数: 22[1.18.2] Developer Preview (Gate)questown-1.18.2-0.0.2-alpha.3.jar下载1.18.2-0.0.2-alpha.3#AlphaAdds town flag to world spawnAdds town gate \"recipe\"展开版本: 1.18.2-0.0.2-alpha.3支持游戏: 1.18.2类型:ForgeAlpha下载次数: 26[1.18.2] Developer Preview (State Fix)questown-1.18.2-0.0.2-alpha.2.jar下载1.18.2-0.0.2-alpha.2#AlphaWhen the player leaves the town, the state of the town will be saved. When they (or another player) return, the town will restore state to all villagers and make sure their entities are present.展开版本: 1.18.2-0.0.2-alpha.2支持游戏: 1.18.2类型:ForgeAlpha下载次数: 25[1.18.2] Developer Preview (Gatherer)questown-1.18.2-0.0.2-alpha.1.jar下载1.18.2-0.0.2-alpha.1#AlphaThis version adds the \"gatherer\" job. All villagers will have this job upon joining the village.Gatherers:- Wake up in the morning and look for food in the chests of town rooms- Upon finding food, leave the village and disappear- In the evening, they return with simple loot- They place their loot in the chests of town roomsGatherers cannot stack items (this is by design).展开版本: 1.18.2-0.0.2-alpha.1支持游戏: 1.18.2类型:ForgeAlpha下载次数: 31[1.18.2] Developer Preview 3questown-1.18.2-0.0.1-alpha.3.jar下载1.18.2-0.0.1-alpha.3#Alpha- Added some achievements- Fleshed out the onboarding tutorial- Made the town block hard to destroy (+warn player)- Added translations for room names- Defined weight for brewing stand展开版本: 1.18.2-0.0.1-alpha.3支持游戏: 1.18.2类型:ForgeAlpha下载次数: 45[1.18.2] Developer Preview 2questown-1.18.2-0.0.1-alpha.2.jar下载1.18.2-0.0.1-alpha.2#AlphaBugfixes and logic tweaks展开版本: 1.18.2-0.0.1-alpha.2支持游戏: 1.18.2类型:ForgeAlpha下载次数: 33[1.18.2] Developer Previewquestown-1.18.2-0.0.1-alpha.1.jar下载1.18.2-0.0.1-alpha.1#Alphaquestown-1.18.2-0.0.1-alpha.1.jar下载1.18.2-0.0.1-alpha.1#AlphaFunctional implementation, but not very gamified yet.展开版本: 1.18.2-0.0.1-alpha.1支持游戏: 1.18.2类型:ForgeAlpha下载次数: 39全部版本
markdown_parsed
文章类型:收录
layui.use([\'form\'], function(){
var form = layui.form;
});
Questown |
楼主
2025-8-10 18:59:49
回复(0)
收起回复
|