Skip to content

Commit

Permalink
candle offset
Browse files Browse the repository at this point in the history
  • Loading branch information
MehVahdJukaar committed Feb 16, 2025
1 parent 401f024 commit 7630e2a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ public class CandleHolderBlock extends LightUpWaterBlock implements IColored {
Int2ObjectMap<List<Vec3>> int2ObjectMap = new Int2ObjectArrayMap<>();
int2ObjectMap.put(1, List.of(new Vec3(0.5, 0.9375, 0.1875)));
int2ObjectMap.put(2, List.of(new Vec3(0.3125, 0.9375, 0.1875), new Vec3(0.6875, 0.9375, 0.1875)));
int2ObjectMap.put(3, List.of(new Vec3(0.8125, 0.9375, 0.1875), new Vec3(0.1875, 0.9375, 0.1875), new Vec3(0.5, 0.9375, 0.25)));
int2ObjectMap.put(3, List.of(new Vec3(0.8125, 0.9375, 0.1875), new Vec3(0.1875, 0.9375, 0.1875), new Vec3(0.5, 0.9375, 0.25+1/16f)));
int2ObjectMap.put(4, List.of(new Vec3(0.1875, 1, 0.1875), new Vec3(0.8125, 1, 0.1875), new Vec3(0.3125, 0.875, 0.3125), new Vec3(0.6875, 0.875, 0.3125)));
temp.put(AttachFace.WALL, Int2ObjectMaps.unmodifiable(int2ObjectMap));
}
Expand Down

0 comments on commit 7630e2a

Please sign in to comment.