CraftBook 3

CraftBook 3

139k Downloads

Dark Oak Wood Stairs

LadyCailinBot opened this issue ยท 15 comments

commented

CRAFTBOOK-3189 - Reported by Kazathur

I am having issues with dark oak wood stairs, im not able to sit on them even with the chairs mechanic on.. i am using the CraftBook v3.9-SNAPSHOT for my spigot 1.8.8 server.. can you help me know what should i do to fix it? thanks in advance.

commented

Comment by me4502

You need to put dark oak wood stairs in the config file as a valid chair block.

commented

Comment by TheChampTF

Might be a good thing to update the default config at some point to have all the new blocks added. Just noticed that this is still a 'problem' on 1.12.1

commented

Comment by me4502

Sure, I'll do that now.

commented

Comment by me4502

Actually, just checked - it's already in there. I can't see anything missing from the default list.

commented

Comment by TheChampTF

    blocks:
    - WOOD_STAIRS
    - COBBLESTONE_STAIRS
    - BRICK_STAIRS

stone_brick_stairs -new
- SMOOTH_STAIRS <- is in there, no idea what it is?
- NETHER_BRICK_STAIRS
- SANDSTONE_STAIRS
- SPRUCE_WOOD_STAIRS
- BIRCH_WOOD_STAIRS
- JUNGLE_WOOD_STAIRS
- QUARTZ_STAIRS
- ACACIA_STAIRS
dark_oak_stairs -new
red_sandstone_stairs -new
purpur_stairs -new

commented

Comment by me4502

The current list used as the default is,

"WOOD_STAIRS", "COBBLESTONE_STAIRS", "BRICK_STAIRS", "SMOOTH_STAIRS", "NETHER_BRICK_STAIRS", "SANDSTONE_STAIRS", "SPRUCE_WOOD_STAIRS", "BIRCH_WOOD_STAIRS", "JUNGLE_WOOD_STAIRS", "QUARTZ_STAIRS", "ACACIA_STAIRS", "DARK_OAK_STAIRS", "PURPUR_STAIRS", "RED_SANDSTONE_STAIRS"

This was generated for 1.11 and is every block in the Spigot Material enum containing the word "STAIR"

commented

Comment by TheChampTF

Odd, using build 3.9-SNAPSHOT-jenkins-CraftBook-171 it gives me

    blocks:
    - WOOD_STAIRS
    - COBBLESTONE_STAIRS
    - BRICK_STAIRS
    - SMOOTH_STAIRS
    - NETHER_BRICK_STAIRS
    - SANDSTONE_STAIRS
    - SPRUCE_WOOD_STAIRS
    - BIRCH_WOOD_STAIRS
    - JUNGLE_WOOD_STAIRS
    - QUARTZ_STAIRS
    - ACACIA_STAIRS
commented

Comment by me4502

Hmm, that's odd. I'll have a look when I get home.

commented

Comment by TheChampTF

@me4502 Any luck?

commented

Comment by me4502

I haven't been able to get Paper to download over my internet - cuts out before it finishes.

Will try once the internet is more stable.

commented

Comment by me4502

Hmm, try the next build. Seems the spigot config stuff no longer accepts adding stuff later on. It has to be in the config in the jar.

commented

Comment by TheChampTF

Same problem in the latest release.

commented

Comment by me4502

I just tested again with latest, and it's working fine for me. This is the file that it outputs.

commented

Comment by TheChampTF

That's odd, not sure if it means anything- but using the dev builds from https://ci.md-5.net/job/CraftBook/

commented

Comment by me4502

That's what I tested with as well