- Existing prefix "#" for global variables now means "player-global" variables
- New prefix "%" for global variables means "server-global" variables - shared among all players on a server, like "#" globals used to be
- GPS Tool, GPS Area Tool and Remote items which have global variable names in their saved NBT will have those saved var names updated with a "#" prefix when first accessed
- Previously these items just stored an unprefixed variable name
- GPS Tool and Remote GUI's now allow specification of "#" or "%" as a prefix for global variables where they are entered
- Player-global and server-global variables can exist with the same name, e.g.
#var1
and%var1
can both exist, and are separate variables - Existing global variables in a older world will appear as server-global
- This may cause backwards compat issue with existing programs that refer to a previously-set value for a global variable (since a query for
#var1
now references a player-global, which won't exist initially)
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
[12:13:37] [Server thread/ERROR] [minecraft/PoolElementStructurePiece]: Element Reference{ResourceKey[minecraft:worldgen/processor_list / minecraft:empty]=ProcessorList[[]]} is not valid in current registry set | |
[12:13:41] [Server thread/ERROR] [minecraft/PoolElementStructurePiece]: Input does not contain a key [element_type]: MapLike[{}] | |
[12:13:41] [Server thread/ERROR] [minecraft/PiecesContainer]: Exception loading structure piece with id minecraft:jigsaw | |
java.lang.IllegalStateException: Invalid pool element found | |
at net.minecraft.world.level.levelgen.structure.PoolElementStructurePiece.lambda$new$0(PoolElementStructurePiece.java:54) ~[forge-1.18.2-40.0.12_mapped_parchment_1.18.1-2022.03.06-1.18.2.jar%2376!/:?] {re:classloading} | |
at java.util.Optional.orElseThrow(Optional.java:403) ~[?:?] {} | |
at net.minecraft.world.level.levelgen.structure.PoolElementStructurePiece.<init>(PoolElementStructurePiece.java:54) ~[forge-1.18.2-40.0.12_mapped_parchment_1.18.1-2022.03.06-1.18.2.jar%2376!/:?] {re:classloading} | |
at n |
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
#!/usr/bin/perl | |
# | |
# Usage: convmodel.pl < YourOldModel.java | |
# | |
# Looks for declarations & instatiations of ModelRenderer, then any calls to | |
# .setPos(), .addBox() etc. and converts those to MC 1.17+ equivalents | |
# | |
# Spits out a new constructor for your model class, and a static createBodyLayer() | |
# method suitable for using when you register your layer definitions in your | |
# EntityRenderersEvent.RegisterLayerDefinitions event listener |
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
buildscript { | |
repositories { | |
maven { url = 'https://files.minecraftforge.net/maven' } | |
maven { url = 'https://maven.parchmentmc.org' } | |
mavenCentral() | |
} | |
dependencies { | |
classpath group: 'net.minecraftforge.gradle', name: 'ForgeGradle', version: '5.1.+', changing: true | |
classpath 'org.parchmentmc:librarian:1.+' | |
classpath "org.jfrog.buildinfo:build-info-extractor-gradle:4+" |
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
FAILURE: Build completed with 2 failures. | |
1: Task failed with an exception. | |
----------- | |
* Where: | |
Build file '/home/des/forge/1.16.5/ModularRouters/build.gradle' line: 26 | |
* What went wrong: | |
A problem occurred evaluating root project 'ModularRouters'. |
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
[26Oct2021 12:34:22.331] [main/INFO] [cpw.mods.modlauncher.Launcher/MODLAUNCHER]: ModLauncher running: args [--launchTarget, forgeclientuserdev, --version, MOD_DEV, --assetIndex, 1.17, --assetsDir, /home/des/.gradle/caches/forge_gradle/assets, --gameDir, ., --fml.forgeVersion, 37.0.103, --fml.mcVersion, 1.17.1, --fml.forgeGroup, net.minecraftforge, --fml.mcpVersion, 20210706.113038] | |
[26Oct2021 12:34:22.334] [main/INFO] [cpw.mods.modlauncher.Launcher/MODLAUNCHER]: ModLauncher 9.0.7+91+master.8569cdf starting: java version 16.0.1 by AdoptOpenJDK | |
[26Oct2021 12:34:22.343] [main/DEBUG] [cpw.mods.modlauncher.LaunchServiceHandler/MODLAUNCHER]: Found launch services [fmlclientdev,forgeclient,minecraft,fmlserveruserdev,fmlclient,fmldatauserdev,forgeserverdev,forgeserveruserdev,forgeclientdev,forgeclientuserdev,forgeserver,forgedatadev,fmlserver,fmlclientuserdev,fmlserverdev,forgedatauserdev,testharness] | |
[26Oct2021 12:34:22.352] [main/DEBUG] [cpw.mods.modlauncher.NameMappingServiceHandler/MODLAUNCHER]: Found naming ser |
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
/usr/lib/jvm/adoptopenjdk-16-hotspot-amd64/bin/java -agentlib:jdwp=transport=dt_socket,address=127.0.0.1:37869,suspend=y,server=n -Dvisualvm.id=214581199618293 -Dforge.logging.console.level=debug -Dforge.logging.markers=SCAN,CONFIG -DlegacyClassPath.file=/home/des/forge/1.17.1/ModularRouters/build/classpath/runClient_minecraftClasspath.txt -Dmixin.env.remapRefMap=true -Dmixin.env.refMapRemappingFile=/home/des/forge/1.17.1/ModularRouters/build/createSrgToMcp/output.srg -DignoreList=bootstraplauncher,securejarhandler,asm-commons,asm-util,asm-analysis,asm-tree,asm,client-extra,fmlcore,javafmllanguage,mclanguage,forge- -DnativesDirectory=/home/des/forge/1.17.1/ModularRouters/build/natives -DmergeModules=jna-5.8.0.jar,jna-platform-58.0.jar,java-objc-bridge-1.0.0.jar -p /home/des/.gradle/caches/modules-2/files-2.1/cpw.mods/bootstraplauncher/0.1.17/899fb8e3912bb7d14a6f9611de117f77db710ec3/bootstraplauncher-0.1.17.jar:/home/des/.gradle/caches/modules-2/files-2.1/cpw.mods/securejarhandler/0.9.54/24b670f2c026ec9777e64a |
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
/usr/lib/jvm/adoptopenjdk-16-hotspot-amd64/bin/java -agentlib:jdwp=transport=dt_socket,address=127.0.0.1:35555,suspend=y,server=n -Dvisualvm.id=212959982420623 -Dforge.logging.console.level=debug -Dforge.logging.markers=CONFIG -DlegacyClassPath.file=/home/des/forge/1.17.1/ModularRouters/build/classpath/runClient_minecraftClasspath.txt -Dmixin.env.remapRefMap=true -Dmixin.env.refMapRemappingFile=/home/des/forge/1.17.1/ModularRouters/build/createSrgToMcp/output.srg -DignoreList=bootstraplauncher,securejarhandler,asm-commons,asm-util,asm-analysis,asm-tree,asm,client-extra,fmlcore,javafmllanguage,mclanguage,forge- -DnativesDirectory=/home/des/forge/1.17.1/ModularRouters/build/natives -DmergeModules=jna-5.8.0.jar,jna-platform-58.0.jar,java-objc-bridge-1.0.0.jar -p /home/des/.gradle/caches/modules-2/files-2.1/cpw.mods/bootstraplauncher/0.1.17/899fb8e3912bb7d14a6f9611de117f77db710ec3/bootstraplauncher-0.1.17.jar:/home/des/.gradle/caches/modules-2/files-2.1/cpw.mods/securejarhandler/0.9.54/24b670f2c026ec9777e64a2c212 |
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
[10:28:55] [Render thread/INFO]: OpenGL debug message: id=1280, source=API, type=ERROR, severity=HIGH, message='GL_INVALID_ENUM error generated. Cannot enable <cap> in the current profile.' | |
[10:28:55] [Render thread/INFO]: OpenGL debug message: id=1281, source=API, type=ERROR, severity=HIGH, message='GL_INVALID_VALUE error generated. Operation is not valid from a preview context.' | |
FATAL ERROR in native method: Thread[Render thread,5,main]: No context is current or a function that is not available in the current context was called. The JVM will abort execution. | |
at org.lwjgl.opengl.GL11.glBegin(org.lwjgl.opengl/Native Method) | |
at mezz.jei.gui.ghost.GhostIngredientDrag.drawItem([email protected]/GhostIngredientDrag.java:83) | |
at mezz.jei.gui.ghost.GhostIngredientDragManager.drawTooltips([email protected]/GhostIngredientDragManager.java:51) | |
at mezz.jei.gui.overlay.IngredientListOverlay.drawTooltips([email protected]/IngredientListOverlay.java:177) | |
at mezz.jei.gui.GuiEventHandler.onDrawScreenEventPost([email protected]/GuiEventHand |
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
WARNING: This project is configured to use the official obfuscation mappings provided by Mojang. These mapping fall under their associated license, you should be fully aware of this license. For the latest license text, refer below, or the reference copy here: https://github.com/MinecraftForge/MCPConfig/blob/master/Mojang.md, You can hide this warning by running the `hideOfficialWarningUntilChanged` task | |
WARNING: (c) 2020 Microsoft Corporation. These mappings are provided "as-is" and you bear the risk of using them. You may copy and use the mappings for development purposes, but you may not redistribute the mappings complete and unmodified. Microsoft makes no warranties, express or implied, with respect to the mappings provided here. Use and modification of this document or the source code (in any form) of Minecraft: Java Edition is governed by the Minecraft End User License Agreement available at https://account.mojang.com/documents/minecraft_eula. | |
Error getting artifact: curse.maven:theoneprobe-245211:3402 |