Park_Li
本帖最后由 Park_Li 于 2017-5-3 16:57 编辑

本mod作者为The Ranger Malvegil
这个mod为“魔戒mod”(英文wiki链接/论坛话题链接)开发。
当前还在开发中,你可以下载稳定的Alpha版;如果需要,mod作者会更新插件。
如果你想报告错误/崩溃请到这里张贴评论(请“不要”贴在本帖,我不是mod作者,我是搬运者),但如果你要报告崩溃请附上崩溃报告!自Beta 29更新起破坏了部分插件,这部分需要重写,因此插件作者关闭了除中洲工作台支持外一切支持。它们会在未来更新被重写,也会插件也会进入β,继续包含所有mod作者计划的特性。

重要:自alpha 0.4.2,此插件需要Java8!

屏幕截图


操作方式
鼠标放在物品上,按下“R”键显示该物品合成配方(配方模式);按下“U”键显示需要用该物品合成的物品(用途模式)。

目前支持
中洲的工作台在NEI中的配方与用途模式
反冶炼炉在NEI中的配方与用途模式(暂不)
为所有合金锻炉的支持
木桶酿支持(暂不)
商人支持(暂不)
烤炉支持(暂不)
烤肉串架支持(暂不)

未来版本将增
支持恩饮料
小任务支持
找不到的合成配方

授权声明


变化
你也可以在插件的.jar文件中找到更新记录“changelog.txt”。


需要以下mod:


mod作者在以上版本开发的此mod,若用任何老版,作者不保证正常工作。

下载:

老版: 来自群组: HAYO Studio

mc1549570730
不错的mod ,支持一下

Park_Li
mc1549570730 发表于 2015-11-23 19:58
不错的mod ,支持一下

多谢!=w=

1353334681
很棒的mod

Park_Li

更新到Alpha 0.2.0了,支持反冶炼炉,欢迎尝鲜!

Park_Li
mc1549570730 发表于 2015-11-23 19:58
不错的mod ,支持一下

更新到Alpha 0.2.0,欢迎更新下载~

Park_Li
之前0.2.0的.lang文件没有更新,导致0.2.0汉化显示不了,已修复

www8536165
打上这么mod以后 地面上会出现绿色的网格线,怎么关闭啊,非常影响视觉。

www8536165
www8536165 发表于 2015-12-19 14:13
打上这么mod以后 地面上会出现绿色的网格线,怎么关闭啊,非常影响视觉。

还有就是作者更新0.2.1了

悉的陌生人
好人卡收好~~

蓝風
很棒!支持~~~~~~

Park_Li
更新了!支持beta26~

Hot_Toys
---- Minecraft Crash Report ----
// This is a token for 1 free hug. Redeem at your nearest Mojangsta: [~~HUG~~]

Time: 16-1-21 下午6:28
Description: Registering texture

java.lang.OutOfMemoryError: Java heap space
        at java.util.ArrayDeque.doubleCapacity(Unknown Source)
        at java.util.ArrayDeque.addLast(Unknown Source)
        at java.util.ArrayDeque.add(Unknown Source)
        at fastcraft.a.h.a(F:460)
        at fastcraft.a.h.a(F:443)
        at fastcraft.a.h.a(F:269)
        at fastcraft.a.h.a(F:114)
        at fastcraft.a.i.a(F:144)
        at fastcraft.Hooks.g(F:74)
        at net.minecraft.client.renderer.texture.TextureMap.func_110571_b(TextureMap.java:260)
        at net.minecraft.client.renderer.texture.TextureMap.func_110551_a(TextureMap.java:97)
        at net.minecraft.client.renderer.texture.TextureManager.func_110579_a(TextureManager.java:89)
        at net.minecraft.client.renderer.texture.TextureManager.func_110580_a(TextureManager.java:71)
        at net.minecraft.client.renderer.texture.TextureManager.func_130088_a(TextureManager.java:58)
        at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:545)
        at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:878)
        at net.minecraft.client.main.Main.main(SourceFile:148)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
        at java.lang.reflect.Method.invoke(Unknown Source)
        at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
        at net.minecraft.launchwrapper.Launch.main(Launch.java:28)


A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------

-- Head --
Stacktrace:
        at java.util.ArrayDeque.doubleCapacity(Unknown Source)
        at java.util.ArrayDeque.addLast(Unknown Source)
        at java.util.ArrayDeque.add(Unknown Source)
        at fastcraft.a.h.a(F:460)
        at fastcraft.a.h.a(F:443)
        at fastcraft.a.h.a(F:269)
        at fastcraft.a.h.a(F:114)
        at fastcraft.a.i.a(F:144)
        at fastcraft.Hooks.g(F:74)
        at net.minecraft.client.renderer.texture.TextureMap.func_110571_b(TextureMap.java:260)
        at net.minecraft.client.renderer.texture.TextureMap.func_110551_a(TextureMap.java:97)

-- Resource location being registered --
Details:
        Resource location: minecraft:textures/atlas/blocks.png
        Texture object class: net.minecraft.client.renderer.texture.TextureMap
Stacktrace:
        at net.minecraft.client.renderer.texture.TextureManager.func_110579_a(TextureManager.java:89)
        at net.minecraft.client.renderer.texture.TextureManager.func_110580_a(TextureManager.java:71)
        at net.minecraft.client.renderer.texture.TextureManager.func_130088_a(TextureManager.java:58)
        at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:545)

-- Initialization --
Details:
Stacktrace:
        at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:878)
        at net.minecraft.client.main.Main.main(SourceFile:148)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
        at java.lang.reflect.Method.invoke(Unknown Source)
        at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
        at net.minecraft.launchwrapper.Launch.main(Launch.java:28)

-- System Details --
Details:
        Minecraft Version: 1.7.10
        Operating System: Windows 7 (amd64) version 6.1
        Java Version: 1.7.0_67, Oracle Corporation
        Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
        Memory: 136240328 bytes (129 MB) / 2649489408 bytes (2526 MB) up to 2649489408 bytes (2526 MB)
        JVM Flags: 2 total; -Xincgc -Xmx2560M
        AABB Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
        IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
        FML: MCP v9.05 FML v7.10.99.99 Minecraft Forge 10.13.4.1614 8 mods loaded, 8 mods active
        States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored
        U        mcp{9.05} [Minecraft Coder Pack] (minecraft.jar)
        U        FML{7.10.99.99} [Forge Mod Loader] (forge-1.7.10-10.13.4.1614-1.7.10.jar)
        U        Forge{10.13.4.1614} [Minecraft Forge] (forge-1.7.10-10.13.4.1614-1.7.10.jar)
        U        CodeChickenCore{1.0.4.29} [CodeChicken Core] (minecraft.jar)
        U        NotEnoughItems{1.0.5.118} [Not Enough Items] (NotEnoughItems-1.7.10-1.0.5.118-universal.jar)
        U        lotr{Beta v26.5 for Minecraft 1.7.10} [The Lord of the Rings Mod] ([1.7.10] The Lord of the Rings Mod Beta 26.5.jar)
        U        FastCraft{1.19} [FastCraft] (fastcraft-1.19.jar)
        U        neilotr{Alpha 0.3.1} [NEI Addon for the "The Lord of the Rings" Minecraft Mod] (魔戒模组nei-Alpha 0.3.1.jar)
        GL info: ' Vendor: 'Intel' Version: '3.3.0 - Build 8.15.10.2598' Renderer: 'Intel(R) HD Graphics 4000'
        Launched Version: 1.7.10-Forge10.13.4.1614-1.7.10
        LWJGL: 2.9.1
        OpenGL: Intel(R) HD Graphics 4000 GL version 3.3.0 - Build 8.15.10.2598, Intel
        GL Caps: Using GL 1.3 multitexturing.
Using framebuffer objects because OpenGL 3.0 is supported and separate blending is supported.
Anisotropic filtering is supported and maximum anisotropy is 16.
Shaders are available because OpenGL 2.1 is supported.

        Is Modded: Definitely; Client brand changed to 'fml,forge'
        Type: Client (map_client.txt)
        Resource Packs: []
        Current Language: English (UK)
        Profiler Position: N/A (disabled)
        Vec3 Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
        Anisotropic Filtering: Off (1)

mc与你同在
mc1549570730 发表于 2015-11-23 19:58
**** 作者被禁止或删除 内容自动屏蔽 ****

这模组不错啊 能练pve 又是吃货的福利 还能打仗 简直了

mc与你同在
楼主你要积极的转

mc与你同在
楼主英语肯定很好

me_toto
谢谢楼主park 23333333333

一兜
不错的模组,支持一下!

ghostjack
楼主更新下吧,已经Alpha 0.4.0了

Park_Li
抱歉很久没有更新了。之前的其实早汉化完了,但似乎旧版本仍工作加上繁忙就没有更新。

chenzhichaobbs
一按R或U       秒退

大污师
chenzhichaobbs 发表于 2016-7-8 13:50
一按R或U       秒退

那个合成插件要在开头介绍的下载地址下的,Alpha 0.4.1(插件版本),其他没问题。

-Register-
Alpha 需要以下mod:
魔戒mod Beta 29
CodeChickenCore-1.7.10-1.7.10-1.0.7.47——1.0.7.47
NotEnoughItems-1.7.10-1.7.10-1.0.5.118——1.0.5.118
Forge 1.7.10-10.13.4.1614
Alpha 0.4.2需要:Java 8

我只能说条件太苛刻了

1093759849
哪个支持JAVA7?

Park_Li

不支持java7,请直接用java8

o万能剑卡比o
跪求更新,NEI已经支持到魔戒30.0的版本了……现在能在30用的那个NEI只有到魔戒26的版本的内容,连酿酒交易的合成都没啊

pc85
  1. ---- Minecraft Crash Report ----
  2. // Don't be sad. I'll do better next time, I promise!

  3. Time: 17-2-16 下午3:37
  4. Description: There was a severe problem during mod loading that has caused the game to fail

  5. cpw.mods.fml.common.LoaderException: java.lang.NoClassDefFoundError: lotr/common/tileentity/LOTRTileEntityAlloyForgeBase
  6.         at cpw.mods.fml.common.LoadController.transition(LoadController.java:163)
  7.         at cpw.mods.fml.common.Loader.loadMods(Loader.java:544)
  8.         at cpw.mods.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:208)
  9.         at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:480)
  10.         at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:878)
  11.         at net.minecraft.client.main.Main.main(SourceFile:148)
  12.         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  13.         at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
  14.         at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
  15.         at java.lang.reflect.Method.invoke(Unknown Source)
  16.         at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
  17.         at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
  18. Caused by: java.lang.NoClassDefFoundError: lotr/common/tileentity/LOTRTileEntityAlloyForgeBase
  19.         at craftedMods.neiLotr.NeiLotr.<init>(NeiLotr.java:37)
  20.         at craftedMods.neiLotr.NeiLotr.<clinit>(NeiLotr.java:24)
  21.         at java.lang.Class.forName0(Native Method)
  22.         at java.lang.Class.forName(Unknown Source)
  23.         at cpw.mods.fml.common.FMLModContainer.constructMod(FMLModContainer.java:440)
  24.         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  25.         at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
  26.         at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
  27.         at java.lang.reflect.Method.invoke(Unknown Source)
  28.         at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
  29.         at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
  30.         at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
  31.         at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
  32.         at com.google.common.eventbus.EventBus.post(EventBus.java:275)
  33.         at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:212)
  34.         at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:190)
  35.         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  36.         at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
  37.         at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
  38.         at java.lang.reflect.Method.invoke(Unknown Source)
  39.         at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
  40.         at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
  41.         at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
  42.         at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
  43.         at com.google.common.eventbus.EventBus.post(EventBus.java:275)
  44.         at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:119)
  45.         at cpw.mods.fml.common.Loader.loadMods(Loader.java:513)
  46.         ... 10 more
  47. Caused by: java.lang.ClassNotFoundException: lotr.common.tileentity.LOTRTileEntityAlloyForgeBase
  48.         at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:191)
  49.         at java.lang.ClassLoader.loadClass(Unknown Source)
  50.         at java.lang.ClassLoader.loadClass(Unknown Source)
  51.         ... 37 more
  52. Caused by: java.lang.NullPointerException
  53.         at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:182)
  54.         ... 39 more


  55. A detailed walkthrough of the error, its code path and all known details is as follows:
  56. ---------------------------------------------------------------------------------------

  57. -- System Details --
  58. Details:
  59.         Minecraft Version: 1.7.10
  60.         Operating System: Windows 7 (amd64) version 6.1
  61.         Java Version: 1.8.0_112, Oracle Corporation
  62.         Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
  63.         Memory: 418485056 bytes (399 MB) / 898629632 bytes (857 MB) up to 3817865216 bytes (3641 MB)
  64.         JVM Flags: 2 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx4096m
  65.         AABB Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
  66.         IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
  67.         FML: MCP v9.05 FML v7.10.99.99 Minecraft Forge 10.13.4.1614 7 mods loaded, 7 mods active
  68.         States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored
  69.         UC        mcp{9.05} [Minecraft Coder Pack] (minecraft.jar)
  70.         UC        FML{7.10.99.99} [Forge Mod Loader] (forge-1.7.10-10.13.4.1614-1.7.10.jar)
  71.         UC        Forge{10.13.4.1614} [Minecraft Forge] (forge-1.7.10-10.13.4.1614-1.7.10.jar)
  72.         UC        CodeChickenCore{1.0.7.47} [CodeChicken Core] (minecraft.jar)
  73.         UC        NotEnoughItems{1.0.5.118} [Not Enough Items] (NotEnoughItems-1.7.10-1.0.5.118-universal.jar)
  74.         UE        neilotr{0.4.3} [NEI Addon for the "The Lord of the Rings" Minecraft Mod] (neiLotr-Alpha 0.4.3.jar)
  75.         UC        lotr{Beta v31.1 for Minecraft 1.7.10} [The Lord of the Rings Mod] (The Lord of the Rings Mod B31.1.jar)
  76.         GL info: ' Vendor: 'NVIDIA Corporation' Version: '4.5.0 NVIDIA 365.19' Renderer: 'GeForce GTX 970/PCIe/SSE2'
复制代码

pc85

park li 大大。这个nei更新了31。但我用刚更新的31.1 出现Bug。用的只有他推荐的mod
  1. The Lord of the Rings Mod Public Beta 31 (download)
  2. CodeChickenCore-1.7.10-1.0.7.47 (download)
  3. NotEnoughItems-1.7.10-1.0.5.118 (download)
  4. Forge 1.7.10-10.13.4.1614 (download)
  5. As of Alpha 0.4.2: Java 8 (download)
复制代码

pc85
pc85 发表于 2017-2-16 15:44
park li 大大。这个nei更新了31。但我用刚更新的31.1 出现Bug。用的只有他推荐的mod  ...

把最新的 Alpha 0.4.3删了就没事了,希望反馈修复下。用31版本没事,31.1就不行。有墙我上不了。

Park_Li
pc85 发表于 2017-2-16 01:49
把最新的 Alpha 0.4.3删了就没事了,希望反馈修复下。用31版本没事,31.1就不行。有墙我上不了。 ...

我更新了Alpha 0.4.3,但似乎现在Alpha 0.4.3与beta31.1不兼容?

一杯凉白开
本帖最后由 一杯凉白开 于 2017-2-23 17:06 编辑

楼主啊,为什么一用这个mod就闪退呢?是因为我魔戒是31.3版本吗?还是因为我装了NEI?
_______________________________________

我把魔戒mod和这个mod都换成原来的英文名就好像不闪退了

z1z1y2
一杯凉白开 发表于 2017-2-23 16:54
楼主啊,为什么一用这个mod就闪退呢?是因为我魔戒是31.3版本吗?还是因为我装了NEI?
___________________ ...

你文件名是怎么改的呀……我改了还是闪退呀

卡卡罗特、
每次启动到这个mod时,会未响应很久,电脑都会变得很卡,怎么破

anrdblue
问一下,Beta20.2版本的可以用么?

level0
求更新啊楼主,都已经0.60版本了,墙翻不出去只能盼你了

SE49NT
本帖最后由 SE49NT 于 2018-8-21 13:27 编辑

这东西真是厉害了,最新版的魔戒配上这个NEI扩展
导致客户端未响应,电脑CPU直接99%


2923199667
不要问我为什么自己下载用,顶!

大哥齊
verynice啊

鬼鬼5173
SE49NT 发表于 2018-8-21 13:25
**** 作者被禁止或删除 内容自动屏蔽 ****

我也一样
。。。但是可怕的是我拿起手机刷了会儿航线然后。。。发现居然打开了
进去好像没发现啥问题
_(:з」∠)_

zkwdfl
不错,不然又像以前一样两眼一抹黑了

pc85
支持,顺便测试下,新签名。哈

建筑枫叶
很不错呢,而且很用心

lien888
插件都下吗?


461992048
非常不错的mod,好评

lzzdyyy
lz 插件已经更新到beta2.0.0啦 而且从beta0.6之后的版本要额外添加一个NEI Recipe handler的前置mod 可以更新一下帖子吗

DrWells
mod还行,谢谢分享

CecilOsborn
感谢分享 很好的mod

18559727837
很棒的mod      

naturalbridge
都更新到2.1.0了,版主

Ayeovo
楼主 有1.15.2的吗

第一页 上一页 下一页 最后一页