Flat world
This commit is contained in:
19
flat_world/README.MD
Normal file
19
flat_world/README.MD
Normal file
@@ -0,0 +1,19 @@
|
||||
# Flat world
|
||||
|
||||
Плоский мир
|
||||
|
||||
## Spring bean
|
||||
|
||||
```xml
|
||||
<bean id="flatWorld" class="mc.world.flat.FlatWorld">
|
||||
<property name="spawn">
|
||||
<bean class="mc.core.Location">
|
||||
<constructor-arg index="0" type="double" value="8"/>
|
||||
<constructor-arg index="1" type="double" value="6"/>
|
||||
<constructor-arg index="2" type="double" value="8"/>
|
||||
</bean>
|
||||
</property>
|
||||
</bean>
|
||||
```
|
||||
|
||||
`spawn` - точка спавна
|
||||
Reference in New Issue
Block a user