Hotfixed Redstone Links

This commit is contained in:
simibubi 2020-03-29 04:44:13 +02:00
parent 9a77081f3a
commit a4513086a1
4 changed files with 6 additions and 4 deletions

View file

@ -13,7 +13,7 @@ apply plugin: 'net.minecraftforge.gradle'
apply plugin: 'eclipse' apply plugin: 'eclipse'
apply plugin: 'maven-publish' apply plugin: 'maven-publish'
version = 'mc1.14.4_v0.2.2' version = 'mc1.14.4_v0.2.2a'
group = 'com.simibubi.create' group = 'com.simibubi.create'
archivesBaseName = 'create' archivesBaseName = 'create'

View file

@ -95,7 +95,7 @@ public class RedstoneLinkNetworkHandler {
continue; continue;
} }
World world = actor.getWorld(); World world = actor.getWorld();
if (world.isBlockPresent(other.tileEntity.getPos())) { if (!world.isBlockPresent(other.tileEntity.getPos())) {
iterator.remove(); iterator.remove();
continue; continue;
} }

View file

@ -4,7 +4,7 @@ loaderVersion="[28,)"
[[mods]] [[mods]]
modId="create" modId="create"
version="mc1.14-0.2.2" version="mc1.14-0.2.2a"
displayName="Create" displayName="Create"
#updateJSONURL="" #updateJSONURL=""
authors="simibubi" authors="simibubi"

View file

@ -859,9 +859,11 @@
"block.create.turntable.tooltip.summary": "Turns _Rotational_ _Force_ into refined Motion Sickness.", "block.create.turntable.tooltip.summary": "Turns _Rotational_ _Force_ into refined Motion Sickness.",
"block.create.millstone.tooltip": "MILLSTONE", "block.create.millstone.tooltip": "MILLSTONE",
"block.create.millstone.tooltip.summary": "A kinetic component suitable for _grinding_ inserted _materials_. Can be powered by an adjacent cogwheel or by connecting to the shaft at the bottom.", "block.create.millstone.tooltip.summary": "A kinetic component suitable for _grinding_ inserted _materials_. Can be powered by an adjacent cogwheel or by connecting to the shaft at the bottom. Results have to be extracted from the component.",
"block.create.millstone.tooltip.condition1": "When Rotated", "block.create.millstone.tooltip.condition1": "When Rotated",
"block.create.millstone.tooltip.behaviour1": "Starts applying _milling_ _recipes_ to any items inserted from the side or the top of the block.", "block.create.millstone.tooltip.behaviour1": "Starts applying _milling_ _recipes_ to any items inserted from the side or the top of the block.",
"block.create.millstone.tooltip.condition2": "When R-Clicked",
"block.create.millstone.tooltip.behaviour2": "Collects the outputs manually.",
"block.create.crushing_wheel.tooltip": "CRUSHING WHEEL", "block.create.crushing_wheel.tooltip": "CRUSHING WHEEL",
"block.create.crushing_wheel.tooltip.summary": "Large rotatable wheels that _break_ _down_ anything.", "block.create.crushing_wheel.tooltip.summary": "Large rotatable wheels that _break_ _down_ anything.",