This is destructive effect mod. 这是一个秒杀mod。
Update stopped! A remake version is currently being produced!
已停止更新!正在制作重制版!
EnglishPlease use JDK to run this mod.
Warning: Do not add + or ! characters to the file name of this mod! Otherwise, the game will crash!
Need pre mod apphhzpLIB!
The deathrenderer.dll file in the Mod file has been open sourced!
This mod does not have any composition table, and the weapons inside are very excessive and not suitable for survival mode.
This mod includes the following items:
MinecraftForge.EVENT_BUS (in order to kill some creatures that rely on the event system).enableAllReturn.txt is true. Right click to activate allReturn, and most of the methods in other mods will be directly called return; or return super.xxx();. This can help players kill some special entities.Some special features require modifying the txt file in the jar file to enable or disable.
Including:
enableAllReturn.txt: Add if (allreturn) {return;} or if(allreturn){return super.xxx();} to most Java method instructions.enableAllReturnLog.txt: Output the name of the method with the added return statement and the class it belongs to in the log file.enableSetClassLoader.txt: Forcefully replace the classloader by modifying the klass pointer of the classloader object (non Hotspot JVMs may crash). setEventBus.txt: Replace the bytecode instruction of GETSTATIC net/minecraftforge/common/MinecraftForge.EVENT_BUS.superAllReturn.txt: Ignore the return value limit of the method and forcefully add the if(allreturn){return xxx;} java code(The content of enableAllReturn.txt needs to be true).useAgent.txt: Enable local JavaAgent injection (version 0.0.7 or higher is required).useOriginalBytecodes.txt: Use the original bytecode from the jar file when determining class inheritance relationships in coremod.hideFromStackTrace.txt: Filter out the classes of this mod from the return value of new Throwable().getStackTrace().restoreVanillaMethods.txt: Use coremod to forcibly restore a portion of the vanilla methods.enableBadCoremod.txt: Disable ITransformer and ILaunchPluginService of other mods.And also disable Mixin.请使用JDK运行本mod!
警告:不要在此mod的文件名中添加+或!字符!否则游戏会崩溃!
需要前置模组apphhzpLIB!如果你的游戏崩溃且在日志文件中发现MISSING APPHHZP_LIB!字样,说明它没有被正确加载!
这个Mod没有合成表,里面的武器很超标,不适合生存使用。
本模组包含以下物品:
MinecraftForge.EVENT_BUS的事件(为了杀死一些依赖于事件系统的复活生物)。enableAllReturn.txt中内容为true时起效。右键以开启allReturn,此时其他mod的大部分方法会被直接调用return;或return super.xxx();,这可以帮助玩家杀死一些特殊实体。一些特殊功能需要修改jar文件中的txt文件来启用或关闭。
特殊功能包括:
enableAllReturn.txt:在大部分Java方法体中加入if(allreturn){return;或return super.xxx();}。enableAllReturnLog.txt:在日志文件中输出被添加return语句的方法名和其所在的类。enableSetClassLoader.txt:通过修改classloader对象的klass指针来强行替换类加载器(非HotspotJVM可能会崩溃)。setEventBus.txt:替换GETSTATIC net/minecraftforge/common/MinecraftForge.EVENT_BUS的字节码指令。superAllReturn.txt:忽略方法返回值限制,强行添加if(allreturn){return xxx;}语句(需要enableAllReturn.txt内容为true)。useAgent.txt:启用本地JavaAgent注入(需要0.0.7或更高的版本)。useOriginalBytecodes.txt:在coremod判断类继承关系时使用jar文件中的原始字节码。hideFromStackTrace.txt:从Throwable.getStackTrace()的返回值中过滤掉本mod的类。restoreVanillaMethods.txt:使用coremod强行还原一部分原版的关键方法。enableBadCoremod.txt:禁用其他模组的ITransformer和ILaunchPluginService。并同时禁用Mixin。