Open
feat: complete all Section 2 in-progress features from PORT_STATUS.md#22
Conversation
…Config - HumanoidNPC.getCoreTasks(): Swim(0.8F), LookAtTargetSink(45,90), MoveToTargetSink() - HumanoidNPC.getIdleTasks(): RandomStroll.stroll(0.6F) - VillagerBrainConfig.buildGroups() CORE: Swim(0.8F), LookAtTargetSink(45,90), MoveToTargetSink() - Updated Javadoc to remove placeholder language - Added required vanilla behavior imports Co-authored-by: DizzyMii <156777136+DizzyMii@users.noreply.github.com>
- Add registerGoals() with NearestAttackableTargetGoal for Player targeting - Add addAdditionalSaveData/readAdditionalSaveData using Point.writeToNBT/readFromNBT - Add getTarget()/setTarget() accessors with @nullable annotations - Encapsulate target field (public -> private) for proper API design - Remove TODO placeholders as target-tracking AI is now implemented Co-authored-by: DizzyMii <156777136+DizzyMii@users.noreply.github.com>
Co-authored-by: DizzyMii <156777136+DizzyMii@users.noreply.github.com>
- isPickable() returns true for player interaction - hurt() drops corresponding item and discards entity - getPickResult() returns correct item for creative pick-block - getDropItem() maps all 10 decoration types to MillItems - tick() now drops item before discarding on wall removal - GameTests: WallDecorationTests covers pickable, pick result, hurt+drop, wall removal drop, and unknown type fallback Co-authored-by: DizzyMii <156777136+DizzyMii@users.noreply.github.com>
- Create MillArmorMaterials with DeferredRegister for ArmorMaterial entries for Norman, Japanese (Red/Blue/Guard), Byzantine, Fur, Seljuk, Mayan - Convert bow registrations from plain Item to ItemMillenaireBow - Convert all armor registrations from plain Item to ItemMillenaireArmour with culture-specific armor materials - Register ARMOR_MATERIALS on modEventBus in Millenaire2 constructor - Update MillItems javadoc to reflect non-stub status Co-authored-by: DizzyMii <156777136+DizzyMii@users.noreply.github.com>
…ainerPuja Co-authored-by: DizzyMii <156777136+DizzyMii@users.noreply.github.com>
- TESRPanel: Full BER rendering village name + culture as floating text - TileEntityLockedChestRenderer: Full BER rendering lock indicator above chest - TESRMockBanner: Updated placeholder with documented blocking dependency - TileEntityMillBedRenderer: Updated placeholder with documented blocking dependency Co-authored-by: DizzyMii <156777136+DizzyMii@users.noreply.github.com>
…ji with ASCII lock label - TESRPanel: Extract color/offset values to VILLAGE_NAME_COLOR, CULTURE_NAME_COLOR, TEXT_BACKGROUND_COLOR, CULTURE_Y_OFFSET constants - TileEntityLockedChestRenderer: Replace Unicode emoji (unsupported by MC font) with ASCII '[Locked]' label; extract colors to named constants Co-authored-by: DizzyMii <156777136+DizzyMii@users.noreply.github.com>
Agent-Logs-Url: https://github.com/DizzyMii/Millenaire_port/sessions/3f8de9e4-4f7e-43f7-b08f-f631c8ab4bbd Co-authored-by: DizzyMii <156777136+DizzyMii@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Add remaining features to PORT_STATUS.md
feat: complete all Section 2 in-progress features from PORT_STATUS.md
Mar 26, 2026
DizzyMii
marked this pull request as ready for review
March 26, 2026 20:50
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
All eight "In Progress" items from PORT_STATUS.md Section 2 are implemented. Items 2.7 (SmartBrainLib shim) is intentionally left as-is per its documentation.
Brain activities (2.1, 2.8)
Swim,LookAtTargetSink,MoveToTargetSinkinto CORE for bothHumanoidNPCandVillagerBrainConfigRandomStrollintoHumanoidNPCIDLE groupTargeted mob AI (2.2)
EntityTargetedBlaze/WitherSkeleton/Ghast: addregisterGoals()withNearestAttackableTargetGoal<Player>, NBT persistence for thePoint targetfield viaPoint.writeToNBT/readFromNBTEntityWallDecoration (2.3)
isPickable(),hurt()→ drop + discard,getPickResult(), decoration-type→item switch expression, wall-removal drop intick()WallDecorationTestsItem specializations (2.4)
MillArmorMaterials— 8 culture-specificArmorMaterialentries viaDeferredRegisterItemMillenaireArmour, 3 bow stubs →ItemMillenaireBowMenuType registration (2.5)
ContainerTrade,ContainerLockedChest,ContainerPujaregistered inMillMenuTypesviaIMenuTypeExtension.createBlock entity renderers (2.6)
TESRPanel: billboard floating text (village name + culture)TileEntityLockedChestRenderer:[Locked]label billboardTESRMockBanner,TileEntityMillBedRenderer: documented placeholders (blocked on missing block entity types)PORT_STATUS.md
Warning
Firewall rules blocked me from connecting to one or more addresses (expand for details)
I tried to connect to the following addresses, but was blocked by firewall rules:
https://piston-meta.mojang.com/v1/packages/fb388e49d18dbc23a65c2b0d455aa349e631b9bf/1.21.1.json/usr/lib/jvm/temurin-21-jdk-amd64/bin/java /usr/lib/jvm/temurin-21-jdk-amd64/bin/java -Dstderr.encoding=UTF-8 -Dstdout.encoding=UTF-8 -Dfile.encoding=UTF-8 -Duser.country -Duser.language=en -Duser.variant -jar /home/REDACTED/.gradle/caches/modules-2/files-2.1/net.neoforged/neoform-runtime/2.0.18/af5a11e64f209ac5909434ac2617b6af19a02a8d/neoform-runtime-2.0.18-all.jar --home-dir /home/REDACTED/.gradle/caches/neoformruntime --work-dir /home/REDACTED/work/Millenaire_port/Millenaire_port/build/tmp/neoformruntime run --java-executable /usr/lib/jvm/temurin-21-jdk-amd64/bin/java --parchment-data /home/REDACTED/.gradle/caches/modules-2/files-2.1/org.parchmentmc.data/parchment-1.21.3/2024.12.07/b53d6f313ce9f126e3e9ec9419e383aa3a365f46/parchment-1.21.3-2024.12.07.zip --parchment-conflict-prefix p_(http block)/usr/lib/jvm/temurin-21-jdk-amd64/bin/java /usr/lib/jvm/temurin-21-jdk-amd64/bin/java -Dstderr.encoding=UTF-8 -Dstdout.encoding=UTF-8 -Dfile.encoding=UTF-8 -Duser.country -Duser.language=en -Duser.variant -jar /home/REDACTED/.gradle/caches/modules-2/files-2.1/net.neoforged/neoform-runtime/2.0.18/af5a11e64f209ac5909434ac2617b6af19a02a8d/neoform-runtime-2.0.18-all.jar --home-dir /home/REDACTED/.gradle/caches/neoformruntime --work-dir /home/REDACTED/work/Millenaire_port/Millenaire_port/build/tmp/neoformruntime download-assets --write-properties /home/REDACTED/work/Millenaire_port/Millenaire_port/build/moddev/minecraft_assets.properties --neoforge net.neoforged:neoforge:21.1.209:userdev --artifact-manifest /home/REDACTED/work/Millenaire_port/Millenaire_port/build/tmp/downloadAssets/nfrt_artifact_manifest.properties(http block)piston-meta.mojang.com/usr/lib/jvm/temurin-21-jdk-amd64/bin/java /usr/lib/jvm/temurin-21-jdk-amd64/bin/java -Dstderr.encoding=UTF-8 -Dstdout.encoding=UTF-8 -Dfile.encoding=UTF-8 -Duser.country -Duser.language=en -Duser.variant -jar /home/REDACTED/.gradle/caches/modules-2/files-2.1/net.neoforged/neoform-runtime/2.0.18/af5a11e64f209ac5909434ac2617b6af19a02a8d/neoform-runtime-2.0.18-all.jar --home-dir /home/REDACTED/.gradle/caches/neoformruntime --work-dir /home/REDACTED/work/Millenaire_port/Millenaire_port/build/tmp/neoformruntime download-assets --write-properties /home/REDACTED/work/Millenaire_port/Millenaire_port/build/moddev/minecraft_assets.properties --neoforge net.neoforged:neoforge:21.1.209:userdev --artifact-manifest /home/REDACTED/work/Millenaire_port/Millenaire_port/build/tmp/downloadAssets/nfrt_artifact_manifest.properties(dns block)/usr/lib/jvm/temurin-21-jdk-amd64/bin/java /usr/lib/jvm/temurin-21-jdk-amd64/bin/java -Dstderr.encoding=UTF-8 -Dstdout.encoding=UTF-8 -Dfile.encoding=UTF-8 -Duser.country -Duser.language=en -Duser.variant -jar /home/REDACTED/.gradle/caches/modules-2/files-2.1/net.neoforged/neoform-runtime/2.0.18/af5a11e64f209ac5909434ac2617b6af19a02a8d/neoform-runtime-2.0.18-all.jar --home-dir /home/REDACTED/.gradle/caches/neoformruntime --work-dir /home/REDACTED/work/Millenaire_port/Millenaire_port/build/tmp/neoformruntime run --java-executable /usr/lib/jvm/temurin-21-jdk-amd64/bin/java --parchment-data /home/REDACTED/.gradle/caches/modules-2/files-2.1/org.parchmentmc.data/parchment-1.21.3/2024.12.07/b53d6f313ce9f126e3e9ec9419e383aa3a365f46/parchment-1.21.3-2024.12.07.zip --parchment-conflict-prefix p_(dns block)If you need me to access, download, or install something from one of these locations, you can either:
📍 Connect Copilot coding agent with Jira, Azure Boards or Linear to delegate work to Copilot in one click without leaving your project management tool.