Merge branch 'master' into feature/vines #3304
Annotations
10 errors and 1 warning
Build:
server/block/vine.go#L98
w.Block undefined (type *world.World has no field or method Block, but does have unexported method block)
|
Build:
server/block/vine.go#L101
cannot use w (variable of type *world.World) as *world.Tx value in argument to firstReplaceable
|
Build:
server/block/vine.go#L101
cannot use v (variable of type Vines) as world.Block value in argument to firstReplaceable: Vines does not implement world.Block (wrong type for method Hash)
|
Build:
server/block/vine.go#L108
cannot use w (variable of type *world.World) as *world.Tx value in argument to place
|
Build:
server/block/vine.go#L108
cannot use v (variable of type Vines) as world.Block value in argument to place: Vines does not implement world.Block (wrong type for method Hash)
|
Build:
server/block/vine.go#L114
w.Block undefined (type *world.World has no field or method Block, but does have unexported method block)
|
Build:
server/block/vine.go#L116
w.Block undefined (type *world.World has no field or method Block, but does have unexported method block)
|
Build:
server/block/vine.go#L128
w.SetBlock undefined (type *world.World has no field or method SetBlock, but does have unexported method setBlock)
|
Build:
server/block/vine.go#L131
w.SetBlock undefined (type *world.World has no field or method SetBlock, but does have unexported method setBlock)
|
Build:
server/block/vine.go#L149
w.Block undefined (type *world.World has no field or method Block, but does have unexported method block)
|
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Loading