- 02 May, 2024 1 commit
-
-
Jonathan Thomas authored
-
- 01 May, 2024 1 commit
-
-
Adding client language into both prompts, so entities will attempt to speak in the player's language (if valid and possible).
Jonathan Thomas authored
-
- 29 Apr, 2024 1 commit
-
-
Updating system-chat prompt to include new class, skills, and background attributes, removing age, and rearranging them to match the character creation prompt. Also adding "Current " in front of Health and Hunger attributes.
Jonathan Thomas authored
-
- 28 Apr, 2024 1 commit
-
-
Jonathan Thomas authored
-
- 26 Apr, 2024 3 commits
-
-
Madeline Thomas authored
-
Madeline Thomas authored
-
Madeline Thomas authored
-
- 25 Apr, 2024 2 commits
-
-
- Added placeholder CHANGELOG.md file, to track releases - Added CONTRIBUTING.md with instructions on how to contribute - Updated "Creature Chat" name to "CreatureChat" - Updated README.md (new resource links, removed upgrade notes, simplified some sections
Jonathan Thomas authored -
Madeline Thomas authored
-
- 24 Apr, 2024 3 commits
-
-
Updating README.md, renaming COPYING to LICENSE.md (replacing with markdown version of GPLv3), updating screenshots to owlmaddie versions.
Jonathan Thomas authored -
- Allow entity to respond to being handed an item automatically (limit 1 time), if they already have a character sheet. NOTE: They must need the item and accept it.
Jonathan Thomas authored -
Small refactor to entity character sheet context, and prompt - insert each line separately, instead of the entire character sheet. Added entity_health as well.
Jonathan Thomas authored
-
- 22 Apr, 2024 1 commit
-
-
Jonathan Thomas authored
-
- 21 Apr, 2024 4 commits
-
-
Jonathan Thomas authored
-
- Removing example mixins (from Fabric starter project) - Replacing old screenshots - Added Discord invite link to README
Jonathan Thomas authored -
Jonathan Thomas authored
-
- Added player face to player chat bubbles - Added placeholder player text-top UI graphic (no friendship) - Reduced ticks visible per page of player messages - Changed PlayerMessage to extend EntityChatData, for simplicity
Jonathan Thomas authored
-
- 15 Apr, 2024 1 commit
-
-
- Added new keyboard icon - owlmaddie art, as a chat bubble at the end of a chat message - Removed ChatStatus.END, and replaced the logic with isEndOfMessage() function
Jonathan Thomas authored
-
- 12 Apr, 2024 2 commits
-
-
Jonathan Thomas authored
-
Jonathan Thomas authored
-
- 10 Apr, 2024 1 commit
-
-
Adding new mixin to dynamically affect how the canTarget method works on LivingEntities. This prevents them from targeting any Player users if the friendship score > 0. Also changed behavior of Follow to pause when they are near the player, allowing other goals to run.
Jonathan Thomas authored
-
- 09 Apr, 2024 1 commit
-
-
Adding accesswidener for SlimeMoveControl access. New helper code to make Slime's look at the player (in survival mode) and correctly follow the player.
Jonathan Thomas authored
-
- 08 Apr, 2024 2 commits
-
-
Madeline Thomas authored
-
Jonathan Thomas authored
-
- 07 Apr, 2024 3 commits
-
-
system-chat prompt engineering, to prevent output of ...response..., and give a more clear output syntax example.
Jonathan Thomas authored -
Madeline Thomas authored
-
Jonathan Thomas authored
-
- 06 Apr, 2024 4 commits
-
-
Madeline Thomas authored
-
Added a new FleePlayerGoal, if an entity feel scared or threatened by the player. They run away at 1.5x speed. Also updated the system-chat examples to provide a more sequential list of messages.
Jonathan Thomas authored -
Jonathan Thomas authored
-
Jonathan Thomas authored
-
- 05 Apr, 2024 2 commits
-
-
- Drawing dynamic friendship status on chat bubble. - Removing friendship status from text bubble backgrounds
Jonathan Thomas authored -
Update UI to newest artwork from owlmaddie. Update some X,Y coordinates since a few images changes sizes and locations.
Jonathan Thomas authored
-
- 04 Apr, 2024 2 commits
-
-
- New method to retrieve and use an Entity Renderer to return the texture path associated with it - Large refactor of entity texture folders and file names to match the Minecraft texture paths.
Jonathan Thomas authored -
Jonathan Thomas authored
-
- 03 Apr, 2024 2 commits
-
-
Simplifying character creation, to specify name and type in user message. Lowered chat bubble a bit. New improved user message for system-character prompt. Added lots of examples outputs for system-chat prompt.
Jonathan Thomas authored -
Jonathan Thomas authored
-
- 26 Mar, 2024 1 commit
-
-
Adding friendship property to entities, and update value when FRIENDSHIP behavior is updated. Clamp range to -3 to 3.
Jonathan Thomas authored
-
- 25 Mar, 2024 2 commits
-
-
Jonathan Thomas authored
-
Added goals for "FOLLOW" and "UNFOLLOW", so Mob Entity types will follow the player. Refactored some code, to make this cleaner. GPT 3.5 still struggles to output the behaviors correctly, so I updated to GPT 4 Turbo.
Jonathan Thomas authored
-