Merge pull request #196: Rework on ZenMethod, and more.
To reduce redundant parameters, replaced all item inputs from IItemStack to IIngredient, and removed the useOreDict parameter.
Apply more UNUSED warning suppress on ZenClasses.
Also, cleaned up the build.gradle file, removed maven which is no longer available, and moved ModelLoader from local dependency to CurseMaven.
Especial thanks to GBLodb (Gary Bryson Luis Jr.) for doing all the work on this update.
Add config option to enable direct use of RF in machines
Fix steam turbine multiblock bugs with tanks
Fix steam turbine accepting water
Add more supported wrenches
Add config settings for inserters
Fix crash on right click on multiblocks
Add render limit to the items in conveyor belts
Allow optional output null in crafttweaker (thanks makuk)
Update Blueprint multiblock pattern transparency (thanks emris)
Add Shelving unit search bar synchronization with JEI (disabled by default in config)
Add support for in-game config edit
Add SmallTank tooltip
Fix number format with _ character
Fix recipes with weird positioning rules
Add config option to disable auto-select search bar in shelving unit
Change multiblock floating message to rotate in a single plane
Render inventory items in the hydraulic press model
Fix inserter not inserting in the electric furnace if they are in the same level
Rename 'Big' multiblocks
Fix progress percent in machine that are not crafting
Change inserter button tooltips
Fix conveyor belt model rendering legs when on top of a torch
Add @mod support in the shelving unit search bar
Fluid tanks keep contents when broken
Update costs in crafting recipes
Fix several GUI missing translations
Change Gasification Unit speed to 10x
Fix shelving unit slots without background
Fix storage bar icon in GUIs
Change storage amount format
Add Energy Receiver to get wireless energy with a tesla tower
Add Electric Engine which generates RF from electricity faster than a connector
Add block rotation feature to the wrench
Fix github issues
Add electric tool recipes and textures
Fix multiblock patterns in the distance
Add CT support for liquid fuels
Fix steam boiler auto-export of steam
Update CPU to Mips32r2
Fix cursor blink in monitors
Fix steam turbine animation when time is stopped
Fix buttons in the manual book
Fix infinite energy exploit with RF transformers
Fix some pages in the manual
Updated the Polish Translation
Add Big electric furnace
Fix amperage measurement
Fix multiblock error messages with columns
Add conveyor belt API
Update some textures: Pumpjack, electric pole and solar tower
Add shelving unit sorting
Add functionality to steam turbine and steam boiler
Add editor program to edit text files
Add filter to transposer
Add several config options for the computer text color
Update computer GUIs
Updated computer font to partially remove antialiasing
Ported all guis to a new system (with visual changes)
Increases storage capacity in wind turbines and thermopiles
Updated computer programs to fix more issues
Mining robots are now twice as fast
Update some recipes
Fix mining robot animation
Fix brick furnace working at 25 C
Fix item dup with filters
Fix shelving unit: searches in server != searches in client
Fix heater connecting to heat pipes in the sides
Fix fabricator gui flickering
Fix GUI issues (offset, jei keys, etc)
Fix pumpjack spending most of time searching for oil
Fix wires randomly disconnecting when chunks are unloaded
Update french lang (thanks Rockefeller157)
Fix voltmeter in-world tooltips
Add double plate recipes with all hammers
Fix inverted limestone tiles recipe
Update crushing table recipes for plates
Lead ore in the Tinkers smeltery now gives lead instead of silver
Add grinder recipe for limestone cobble
Fix filter slots not always grabbing the item in the hand
Add tesla tower top as energy input
Fix restriction tube texture in the east side
Fix hammers in recipes
Fix pneumatic tubes dropping items randomly
Add useless broken gears
Fix crash with fabricator
Update Russian language for the manual
Update filter slot icons
Show Connectors data when holding a voltmeter
Render copper wire when holding a copper coil after setting the first position
Add fuel value for sulfur
Fix thermometer not showing temperature
Fix mirrors orientation
Fix computers crashing the game when starting
Add conveyor belt to chest automatic transfer
Fix iron pipes wrench interaction
Solar towers shouldn't melt to lave except if they have a ton of mirrors
Fix electric furnace orientation in inventory
Updated texture of some multiblocks to mark energy inputs
Updated ModelLoader (old versions are incompatible)
Added animations for sieve and hydraulic press
Added the ability to place connectors on cables
Improved error messages when connecting 2 connectors
Removed multiblock textures from the block texture atlas
Added iron dust as sub-product of grinding pyrite ore
Fix items not showing in the creative search menu
Fix aluminium plate being registered in the ore dictionary when it doesn't exist in the mod
WARNING: this version changes the ids of TileEntities, the mod should update them automatically, but for precaution, make sure to backup your worlds before updating.
# Fixes
- Added crafttweaker support for oil heater and refinery
- Fixed documentation about solar tower
- Fix cables not connecting to the hydraulic press
- Fix corrugated iron recipe
- Fix refinery size
Fix hydraulic press gui buttons
Fix combustion chamber energy production
Added gui for steam boilers
Added hydraulic press crafttewaker support
Added hydraulic press mode indicator in jei
Updated wind turbine entry in the guide book
Updated computer module
Update shell program with pwd and clear commands
Balanced recipes
Made copper coil stackeable
Added compatibility with ores from Mekanism and with the Tinker's Contruct smeltery
Updated wind turbine gui
Added config option for combustion chamber speed
Fixed dustAluminum ore dictionary tag
Fixed gui stacks size visual glitch
Fixed lots of small bugs
Fixed config value guideBookScale not updating correctly
Fixed CraftTweaker integration, example script:
mods.magneticraft.CrushingTable.removeRecipe(<minecraft:skull:4>);
mods.magneticraft.CrushingTable.removeRecipe(<minecraft:iron_ore>);
mods.magneticraft.CrushingTable.addRecipe(<minecraft:iron_ore>, <thermalfoundation:material:32> * 9, true);
mods.magneticraft.SluiceBox.removeRecipe(<minecraft:sand>);
mods.magneticraft.SluiceBox.addRecipe(<minecraft:iron_ore>, <thermalfoundation:material:32> * 9, true);
mods.magneticraft.SluiceBox.addRecipe(<minecraft:gold_ore>, <thermalfoundation:material:33> * 9, 1, <minecraft:iron_ore>, true);
Updated GuideBook scale, now can be changed in the mod Config
Liquids are automatically registered as Thermopile heat sources
Fixed typos in the guide book (thanks Proxy_Player)
Added both oreAluminum and oreAluminium as oreDictionary names for aluminium
Updated zh_cn.lang (thanks Aemande123)
Added harvest level for ores
Removed magnets
Fixed default value in config for the hydraulic press energy consumption
Fixed mcmod.infoFixed hydraulic press animation, now the rod moves with the hammer
Changed the ore dictionary name of cobalt to "ingotCobalt_Mgc" to make it different from Tinkers Construct Cobalt
Updated Tesla Api
Magneticraft has been completly rewritten for minecraft 1.9 and 1.10.2.
This is the first version for 1.10.2 and a lot of things are missing from the 1.7.10 version, most of them will be back in future releases other are going to be changes completly. I you want more info visit our discord channel discord.gg/EhYbA97
修复
修复了渲染电线杆之间电线时的 FPS 延迟问题;
修复了机械臂从传送带上捡取物品时的视觉错误;
修复了一个流体崩溃的问题;
修复了一些与水箱有关的渲染问题;
修复了 NEI 中的聚能器合成表;
修改
已经增加了高压电缆的容量以提高电压稳定性;
现在制作电线需要橡胶而不是塑料;
现在石油钻井可以提取液体油;
添加
现在方块破坏器有一个 GUI 和储存(仍然会将物品弹出内部储存)并且你可以设置一个过滤器来仅破坏有特定掉落物的方块;
工匠工作台可以使用相邻储罐的流体而不是使用流体储罐物品中的流体。
FIXED
Fixed the insane amount of fps lag when the wires between electric poles are being rendered.
Fixed a visual bug with the inserters when they pick a item from a conveyor belt.
Fixed a crash with fluids.
Fixed some rendering issues with fluid tanks.
Fixed the recipes of the polymerizer on the nei.
CHANGED
Has been increased the capacity of the high voltage cables to improve the voltage stability.
To craft wires now you need rubber instead of plastic.
Now the pumpjack can extract liquid oil.
ADDED
Now the block breaker has a gui and an inventory (still ejecting items to inventories) and you can set a filter to only break block with specific drops.
The crafter can use fluids from adjacent tanks instead of use fluid container items.
添加
机械臂的升级:高速、低速、扔下物品、捡起物品;
Steam Turbine 现在会显示正在消耗的蒸汽数量;
修改
过滤筛会产出3个粉而不是2个;
升级 api;
方块提示现在可以使用 Shift 键禁用;
电缆和太阳能板的电容量更小;
修复
修复了一些与过滤筛有关的问题;
铜导线现在可以放置在多方块结构上;
修复了一个和蒸汽材质有关的漏洞;
当处于物品形式时,水箱现在会渲染储存的流体。
ADDED
Upgrades for inserters: high speed, slow speed, drop items, pick up items.
The steam turbine now show the amount of steam that is being consumed.
CHANGE
The sifter makes 3 dusts instead 2.
Updated the api.
Block tooltips can be disabled using the sift key.
The cables and solar panels has less electrical capacity.
FIXED
Fixed a issue with sifters.
Copper wires now can be placed on multiblock chassis.
Fixed a bug with the steam texture.
Fluid tanks now render their fluid when are in item form.
添加
很多方块现在有了新材质
模组的方块和物品现在在创造模式物品栏的不同栏里
添加了与 MineTweaker 的适配(查看 MinecraftForum 的帖子以获取更多细节)
新的方块:无限蒸汽与无限能量(仅创造模式)
新的方块:Electric Switch,可以让你通过一个红石信号来切断电源
新方块:Diode,限制能量只向一个方向传输
新方块:Resistance,可以让你限制电缆中能量流动的数量,你必须使用颜色代码来更改电阻值
新方块:适用于 RF、EU 和 Railcraft 电力的 Alternators,让你可以从 RF、EU 和 Railcraft 电力中获得能量
新的石油产物:重油、轻油和天然气,它们可以被用在[RC] 铁路的锅炉里
新物品:Jackhammer,可以当镐和锹用,消耗能量
新物品:Tool Charge,用你背包里的能量缓存或电池来为你的工具充能
新的多方块结构构成:铁质管道,可以传输铜质管道两倍数量的流体
新方块:Electric poles,可以让你远距离无限传输能量
现在比较器可以检测电池里的能量
给温差电堆添加了 GUI
给机械臂添加过滤器,过滤器可以检查元数据、矿物词典和 NBT
现在生物质锅炉的合成表可以在 NEI 中查看
增加了在存储中 Shift 左击的功能
增加了一条新的矿石加工线,包括多种金属的细块金属矿、碎砾、石子和粉
新的多方块结构:过滤筛,将1个卵石筛成两个粉,有 5% 的概率额外获得一个粉
添加了储存金属锭和粉的方块
给模组里的所有机器添加了工具提示
采矿机现在会加载区块(可以在配置中禁用)
多方块结构的粉碎机现在可以捡起掉在它顶部的物品
修改
改动了很多的合成
铜质导热管现在是一个多方块结构,所以迁移到该版本的旧存档会丢失对应方块
改动了所有的电力值,现在 1W = 1J/tick、1RF = 10J 以及 1J = 5cal(现实中大约 1cal = 4.18J)
优化客户端-服务端同步
新的储电电池:物品电池可以储存 5000kJ(500000RF);方块电池可以存储 20000kJ(2000000RF)
中压机器现在可以具有更高的电压稳定性
现在电压计可以读取 RF 和 EU
采矿机可以和泥土一起移除方块并移除水来防止卡顿,范围可以调整到最高 80x80 方块范围
产热的机器现在不会被自己融化
新的散热片碰撞箱
新的算法来从一个机器到另一个机器转移热量
如果没有储存物品的空间,采矿机会停止挖掘而不是扔出物品
当你捡起一个铜储罐时它会保留它的内容物
修改了地热抽取机的速率,现在产热的速率提高了 20%
问题修复
修复一些语言问题
修复了一个当游戏规则 doDaylightCycle 停用时产生的大漏洞(会使得能源系统崩溃)
修复了一个和工匠工作台有关的性能问题
修复了一个和传送带有关的问题,现在物品应该会移动地更顺滑
修复了一个和风力涡轮机碰撞箱有关的问题
修复了一些和多方块结构有关的轻微问题
ADDED
A lot of blocks now have a new texture
The mod blocks and items now are organiced in different creative tabs
Added compatibility with minetweaker (Check the minecraftforum post to see more details)
New Blocks only for creative mode: Infinite steam and Infinite Energy
New Block: Electric Switch, allow to cut the power with a redstone signal
New Block: Diode, only allow the energy to flow in one direction
New Block: Resistance, allow to limit the amount of energy flowing in cables, you must use color code to change the resistance value
New Blocks: Alternators for RF, EU and Railcraft Charge, allow to get Electricity from RF,EU and Railcraft Charge
Now the oil products, heavy oil, light oil and natural gas, can be used in railcraft boilers
New Item: Jackhammer, works like a pick and a shovel, and uses electricity
New Item: Tool Charge, change all the tools in your inventory using an internal buffer or energy from batteries in your inventory
New Multipart: Iron pipe, can move the double amount of fluid than a copper pipe
New Block: Electric poles, allow to move energy to large distances without making a lot of cables
Now the comparators can read the amount of energy in a battery
Added a GUI to the thermopile
Added filters to the inserters, can check for metadata, ore dictionary and nbt
Now biomass burner recipes can be seen in NEI
Added the ability to shift click in inventories
Added a new ore processing chain with chunks, rubbles, pebbles and dusts for a lot of different metals
New Multiblock structure: Sifter, make 2 dust from 1 Pebble and has a chance of 5% to get an extra dust
Added blocks to store ingots and dusts
Added tooltips to all machines in the mod
Miner can load chunks (can be desactivated on configs)
The multiblock grinder can pick up items droped on top
Changes
A lot of crafts have changed
The heat cable now is a multipart, so old world will lose this block
Changed all electric values, now 1W = 1J/tick and 1RF = 10J, also 1J = 5cal (In real life 1cal = 4.18J aprox)
Optimiced Client-Server sync
New storage values for batteries, battery item can store 5000kJ (500000RF) and battery block 20000kJ(2000000RF)
Medium voltage machines now have a lot more voltage stability
Now the voltimeter can read RF and EU
The miner can remplace block with dirt and remove water to prevent lag, also the range can be regulated up to 80x80 blocks
Heat machines now can't melt down by itself
New heat sink hitbox
New Algorithm to move heat from one machine to another
If there is no space to store an item the miner will stop mining instead drop items
When you pick up a copper tank it saves their content
Changed the Geothermal pump speed, now is 20% faster generating heat
Bugfixes
Fixed some language issues
Fixed a big bug when the gamerule doDaylightCycle was desactivated, (the energy systemm breaks)
Fixed an issue with Crafters performance.
Fixed a bug with conveyor belts, now the items should move a lot smooth
Fixed a bug with wind turbine hitbox
Fixed some light issues with multiblocks
添加
新多方块结构:炼油厂;
多方块结构的新模型与材质;
新流体 Hot Crude;
新多方块结构:斯特林引擎。
修改
传送带现在可以上下移动;
修改了一些使用碳化钨的合成;
改变碳化钨的合成表;
现在传送带中的物品渲染地更加丝滑;
电压表现在以千瓦为单位显示;
将创造模式物品栏的图标修改为电压表。
修复
现在铜粉和钨锭有一个熔炼合成表;
修复了一些 GUI 中流体的无定位名称;
机械臂不与电缆连接;
修复了一个当储罐内不为天然气时与 Polimerizer 有关的问题。
计划中
新的计算机,但仍然需要操作系统才能工作,这是一个完全实现的 mips 处理器;
新的名为 R.E.D 的机器人,可用于采矿。
ADDED
New multiblock: Oil Distillery
New models and textures for the multiblocks.
New fluid hot crude.
New multiblock the stirling generator.
CHANGED
The conveyor belt now can go up and down.
Changed some crafts that use tungsten to carbide
Changed the carbide recipe.
Now the items in a conveyor belt render more smooth.
The voltmeter now show the watts in kW.
Changed the item in the creative tab to a voltmeter.
FIXED
Now the copper dust and the tungsten dust have a smelting recipe.
Fixed the unlocalices names for fluids in some GUIs.
Inserters don't connect with cables.
Fixed a issue with the polimerizer when the fluid in the tank is not natural gas.
WIP
New Computer, but still need and operative system to work, It's a fully implemented mips processor.
New Robot called R.E.D. It is intended for mining.
这是测试版本,升级前记得备份你的存档!
修复
修复了服务器上因多方块结构而崩溃的问题;
修复了多方块结构蒸汽涡轮的渲染;
修复了一些与Forge流体系统相关的问题;
修复了一些石油泵的渲染问题;
修复了多方块结构碎石机的输入输出问题。
修改
将采矿机的工作区域扩展至38x38;
增加了钨矿石的数量;
添加了流体的新材质。
添加
添加了配置文件中自定义矿石生成的新选项。
This is a beta, backup your worlds before update!
Fixed
fixed the crash with multiblocks on servers.
fixed the render of multiblock turbine.
fixed some issues with the forge fluid system.
fixed some render issues with the pumpjack.
fixed the multiblock IO with the crusher.
Changed
expanded the area of the miner to 38x38.
augmented the amount of tungsten ore.
added new textures for fluids.
Added
added new option in the config file to customise the ore generation.
Remember, to backup your worlds, it's a beta.
记得去备份你的存档,模组仍在测试阶段;
added new models and textures for blocks and multiblocks.
添加方块和多方块结构的新模型与材质;
new conveyor belt system.
新的传送带系统;
new Stilrling generator multiblock
新的斯特林发电机多方块结构;
very unestable on servers(must be tested and fixed some insues with multiblocks)
服务器上非常不稳定(必须测试和修复一些多方块结构的问题)。
添加
多方块结构现在会显示需要的方块;
新版本的系统;
新物品 Electric Sword;
新物品 Chainsaw;
工匠工作台的 NEI 适配。
改进
铜现在更常见了;
硫磺变得不那么常见。
问题修复
石油泵现在可以被正确地移动。
Added
multiblock now show the blocks needed.
new version system.
new Item electric sword.
new Item chainsaw.
nei compatibility with the crafter.
Modified
copper is more common
sulfur is less common
Bugfixes
pumpjacks now move correctly
漏洞修复
修复了所有与储存和汇编有关的问题。
添加
mcmod 文件夹;
新的多方块结构:蒸汽涡轮;
新的方块:Multiblock Energy IO Madium voltage、汽轮机核心、内燃机、散热片;
流体现在被注册为燃料。
调整
碎石机的多方块结构可以被旋转。
BUGFIX
Fixed all crashes with inventory, compiler issues.
ADDED
mcmod file.
new Multiblock: steam turbine.
new Block: Multiblock Energy IO Madium voltage, turbine Control, Combustion engine, Heat sink.
fluids are now registered as fuels.
TWEAKS
the crusher multiblock can be rotated.