Archived
0

актуализация flat_world/README.MD

This commit is contained in:
2018-08-16 12:17:49 +03:00
parent e17acb812b
commit 252ebccf8c

View File

@@ -7,13 +7,21 @@
```xml
<bean id="flatWorld" class="mc.world.flat.FlatWorld">
<property name="spawn">
<bean class="mc.core.Location">
<bean class="mc.core.EntityLocation">
<constructor-arg index="0" type="double" value="8"/>
<constructor-arg index="1" type="double" value="6"/>
<constructor-arg index="2" type="double" value="8"/>
<constructor-arg index="3" type="float" value="0"/>
<constructor-arg index="4" type="float" value="0"/>
<constructor-arg index="5" type="mc.core.world.World">
<null/>
</constructor-arg>
</bean>
</property>
</bean>
```
`spawn` - точка спавна
`spawn` - точка спавна.
При указании точки спавна, указывать шестой параметр `World` не имеет смысла,
т.к. `FlatWorld` всё равно перезапишет этот параметр.