* schematic rotation * fixes * remove auto-rotation code * schematic encoding v2 * testing * working encode/decode * rotate schematic * spec * rotate dialog * skip if rotation == 0 * wip * wip * wip * fix order * fix metadata rotation --------- Co-authored-by: BuckarooBanzay <BuckarooBanzay@users.noreply.github.com>
17 lines
384 B
YAML
17 lines
384 B
YAML
version: "3.6"
|
|
|
|
services:
|
|
sut:
|
|
build:
|
|
context: ./test
|
|
args:
|
|
ENGINE_VERSION: ${ENGINE_VERSION:-5.7.0}
|
|
user: root
|
|
volumes:
|
|
- "./:/root/.minetest/worlds/world/worldmods/pick_and_place/"
|
|
- "world_data:/root/.minetest/worlds/world"
|
|
- "./test/world.mt:/root/.minetest/worlds/world/world.mt"
|
|
- "./test/minetest.conf:/minetest.conf"
|
|
|
|
volumes:
|
|
world_data: {} |