Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,7 @@ COPY entrypoint.sh /
ENV VISPY_GL_LIB /usr/lib/libGLESv2.so.2
ENV OSMESA_LIBRARY /usr/lib/libOSMesa.so.8

# If this line starts failing, hopefully that means the dependency was fixed. That should be your cue to remove this line
RUN sed -i 's/from fractions import gcd/from math import gcd/' /usr/local/lib/python3.9/site-packages/vispy/geometry/torusknot.py

ENTRYPOINT ["/entrypoint.sh"]
4 changes: 2 additions & 2 deletions blockcrafter/blockstates.properties
Original file line number Diff line number Diff line change
Expand Up @@ -50,12 +50,12 @@ minecraft:conduit is_waterloggable=true,disable_culling=true

minecraft:farmland faulty_lighting=true
minecraft:anvil faulty_lighting=true
minecraft:grass_path faulty_lighting=true
minecraft:dirt_path faulty_lighting=true
minecraft:cocoa faulty_lighting=true
minecraft:dragon_egg faulty_lighting=true

minecraft:snow lighting_type=smooth_bottom
minecraft:grass_path lighting_type=smooth,shadow_edges=1
minecraft:dirt_path lighting_type=smooth,shadow_edges=1

minecraft:water lighting_type=smooth,biome_type=simple,biome_colors=water
minecraft:flowing_water lighting_type=smooth,biome_type=simple,biome_colors=water
Expand Down