File tree 3 files changed +5
-4
lines changed
src/main/java/net/flytre/pipe/pipe
3 files changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -16,13 +16,12 @@ repositories {
16
16
}
17
17
18
18
dependencies {
19
- // to change the versions see the gradle.properties file
20
19
minecraft " com.mojang:minecraft:${ project.minecraft_version} "
21
20
mappings " net.fabricmc:yarn:${ project.yarn_mappings} :v2"
22
21
modImplementation " net.fabricmc:fabric-loader:${ project.loader_version} "
23
22
24
23
modImplementation(" net.fabricmc.fabric-api:fabric-api:${ project.fabric_version} " )
25
- modImplementation " com.github.Flytre: FlytreLib:${ project.lib_version} "
24
+ modImplementation( " com.github.Flytre. FlytreLib:flytre_lib-1.18.1- ${ project.lib_version} -fabric: ${ project.lib_hash } " )
26
25
27
26
28
27
modCompileOnly " me.shedaniel:RoughlyEnoughItems-api-fabric:${ project.rei_version} "
Original file line number Diff line number Diff line change @@ -6,11 +6,12 @@ minecraft_version=1.18.1
6
6
yarn_mappings =1.18.1+build.7
7
7
loader_version =0.12.12
8
8
# Mod Properties
9
- mod_version =1.6.0
9
+ mod_version =1.6.1
10
10
maven_group =net.flytre
11
11
archives_base_name =pipe-1.18
12
12
# Dependencies
13
13
# check this on https://modmuss50.me/fabric.html
14
14
fabric_version =0.44.0+1.18
15
- lib_version =45b37b0
15
+ lib_version =1.6.5
16
+ lib_hash =e3d3f50
16
17
rei_version =7.1.356
Original file line number Diff line number Diff line change @@ -495,6 +495,7 @@ private void addToQueue() {
495
495
if (result != null ) {
496
496
items .add (new TimedPipeResult (result , ticksPerOperation * 3 / 2 ));
497
497
stack .decrement (1 );
498
+ out .markDirty ();
498
499
markDirty ();
499
500
if (result .getLength () < Pipe .PIPE_CONFIG .getConfig ().maxRenderPipeLength )
500
501
needsSync = true ;
You can’t perform that action at this time.
0 commit comments