mirror of
https://github.com/BentoBoxWorld/CaveBlock.git
synced 2024-11-12 10:04:01 +01:00
Prepare Spigot 1.14 update.
Change Sign to oak_sign in schem files.
This commit is contained in:
parent
a119181b46
commit
8f207fadf0
6
pom.xml
6
pom.xml
@ -45,12 +45,12 @@
|
||||
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
|
||||
<java.version>1.8</java.version>
|
||||
<!-- More visible way how to change dependency versions -->
|
||||
<spigot.version>1.13.2-R0.1-SNAPSHOT</spigot.version>
|
||||
<bentobox.version>1.5.0</bentobox.version>
|
||||
<spigot.version>1.14-R0.1-SNAPSHOT</spigot.version>
|
||||
<bentobox.version>1.5.0-SNAPSHOT</bentobox.version>
|
||||
<!-- Revision variable removes warning about dynamic version -->
|
||||
<revision>${build.version}-SNAPSHOT</revision>
|
||||
<!-- This allows to change between versions and snapshots. -->
|
||||
<build.version>1.4.1</build.version>
|
||||
<build.version>1.5.0</build.version>
|
||||
<build.number>-LOCAL</build.number>
|
||||
</properties>
|
||||
|
||||
|
@ -298,7 +298,7 @@ blocks:
|
||||
bd: minecraft:air
|
||||
attached:
|
||||
0,0,0:
|
||||
bd: minecraft:sign[rotation=8,waterlogged=false]
|
||||
bd: minecraft:oak_sign[rotation=8,waterlogged=false]
|
||||
lines:
|
||||
- '[spawn_here]'
|
||||
- ''
|
||||
|
Binary file not shown.
@ -1141,14 +1141,14 @@ entities:
|
||||
adult: true
|
||||
attached:
|
||||
0,0,0:
|
||||
bd: minecraft:sign[rotation=8,waterlogged=false]
|
||||
bd: minecraft:oak_sign[rotation=8,waterlogged=false]
|
||||
lines:
|
||||
- '[spawn_here]'
|
||||
- ''
|
||||
- ''
|
||||
- ''
|
||||
0,0,1:
|
||||
bd: minecraft:sign[rotation=8,waterlogged=false]
|
||||
bd: minecraft:oak_sign[rotation=8,waterlogged=false]
|
||||
lines:
|
||||
- '[start]'
|
||||
- ''
|
||||
|
Binary file not shown.
@ -11695,7 +11695,7 @@ attached:
|
||||
7,18,-7:
|
||||
bd: minecraft:torch
|
||||
9,17,-2:
|
||||
bd: minecraft:sign[rotation=8,waterlogged=false]
|
||||
bd: minecraft:oak_sign[rotation=8,waterlogged=false]
|
||||
lines:
|
||||
- '[spawn_here]'
|
||||
- ''
|
||||
|
Binary file not shown.
Loading…
Reference in New Issue
Block a user