mirror of
https://github.com/Anuken/Mindustry.git
synced 2025-07-13 17:27:35 +07:00
?
This commit is contained in:
@ -458,7 +458,7 @@ public class Tile implements Position{
|
|||||||
|
|
||||||
if(block.hasEntity()){
|
if(block.hasEntity()){
|
||||||
//TODO assign data and don't use new entity
|
//TODO assign data and don't use new entity
|
||||||
entity = block.newEntity().init(this, block.update);
|
//entity = block.newEntity().init(this, block.update);
|
||||||
entity.cons(new ConsumeModule(entity));
|
entity.cons(new ConsumeModule(entity));
|
||||||
if(block.hasItems) entity.items(new ItemModule());
|
if(block.hasItems) entity.items(new ItemModule());
|
||||||
if(block.hasLiquids) entity.liquids(new LiquidModule());
|
if(block.hasLiquids) entity.liquids(new LiquidModule());
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
org.gradle.daemon=true
|
org.gradle.daemon=true
|
||||||
org.gradle.jvmargs=-Xms256m -Xmx1024m
|
org.gradle.jvmargs=-Xms256m -Xmx1024m
|
||||||
archash=
|
archash=50973a6e5c025f6f9573206d5f49f03d3a4ee914
|
||||||
|
Reference in New Issue
Block a user