forked from mirrors/NBTExplorer
bugfix in blocktileticks for setTickValue
This commit is contained in:
parent
037673fd02
commit
50b59bea25
1 changed files with 1 additions and 1 deletions
|
@ -70,7 +70,7 @@ namespace Substrate.Core
|
|||
_tileTickTable[key] = te;
|
||||
}
|
||||
else {
|
||||
te["Ticks"].ToTagInt().Data = tickValue;
|
||||
te["t"].ToTagInt().Data = tickValue;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue