Port mod to Forge 1.17.1#5
Draft
SimonBaars wants to merge 38 commits into
Draft
Conversation
This is hard
AAAAARRRGGGGHHHHH
Based on existing 1.14 branch, updated for 1.15.2: - Forge 1.15.2-31.2.57, ForgeGradle 3.0.197, MCP snapshot_20200514-1.15.1 - LanguageMap moved to net.minecraft.util.text.LanguageMap - onBlockActivated returns ActionResultType instead of boolean - Entity.posX/posY/posZ made private -> use getPosX()/setPosition() - TileEntity.setWorld() -> setWorldAndPos() - Fixed mods.toml dependencies for 1.15.2 Co-authored-by: Simon <SimonBaars@users.noreply.github.com>
Based on existing 1.14 branch, updated for 1.15.2: - Forge 1.15.2-31.2.57, ForgeGradle 3.0.197 - MCP mappings snapshot_20200514-1.15.1 - LanguageMap moved to net.minecraft.util.text.LanguageMap - onBlockActivated returns ActionResultType instead of boolean - Entity.posX/posY/posZ made private -> use getPosX()/setPosition() - TileEntity.setWorld() -> setWorldAndPos() - Added reflection-based block/item registry name assignment - Added BlockItem registration for all blocks - Fixed ItemGroup icons with safe fallback - Used addGenericListener for typed registry events - Removed examplemod remnants, updated pack.mcmeta format 5 - Fixed mods.toml for 1.15.2 Co-authored-by: Simon <SimonBaars@users.noreply.github.com>
- Restore textures from master, rename blocks/ -> block/, lowercase all - Fix all blockstate JSONs: 'normal' -> '', add block/ prefix, lowercase - Fix all block/item model JSONs: lowercase, blocks/ -> block/ - Convert en_US.lang to en_us.json - Add BlockItem registration with Structures item group - Add /imsm <structure> command for easy structure placement testing - Add safeIcon helper for ItemGroup icons Co-authored-by: Simon <SimonBaars@users.noreply.github.com>
- Auto-set creative mode when player joins - Added /imsm <structure> command for structure placement testing Co-authored-by: Simon <SimonBaars@users.noreply.github.com>
Co-authored-by: Simon <SimonBaars@users.noreply.github.com>
Co-authored-by: Simon <SimonBaars@users.noreply.github.com>
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.
Summary
Testing