Closed sketrick closed 2 years ago
Once again Mojang did break some stuff. I'll try to fix this today, thanks for the report
Textures not applying for blocks based on spawners video:
can't reproduce
items:
modern_quartz:
enabled: true
display_name: display-name-modern_quartz
permission: iasurvival.decorative.modern_quartz
resource:
material: PAPER
generate: true
textures:
- block/decorative/modern_quartz
specific_properties:
block:
placed_model:
type: TILE
break_particles_material: QUARTZ_BLOCK
break_tools_whitelist:
- PICKAXE
- pickaxe
Trees bugging out video:
Will be fixed
Textures not applying for blocks based on spawners video:
can't reproduce
OUTPUT.mp4
items: modern_quartz: enabled: true display_name: display-name-modern_quartz permission: iasurvival.decorative.modern_quartz resource: material: PAPER generate: true textures: - block/decorative/modern_quartz specific_properties: block: placed_model: type: TILE break_particles_material: QUARTZ_BLOCK break_tools_whitelist: - PICKAXE - pickaxe
Trees bugging out video:
Will be fixed
Might be CMI or UpgradableSpawners breaking it.
Might be, but I doubt since I don't know how CMI can catch the custom block placement.
I tested with just running the server on latest spigot build and no other plugins but itemsadder and protocolLib and it still doesn't apply textures for this addon: https://www.spigotmc.org/resources/blocks-blockus-reimagined-itemsadder-addon.83918/ Is there something incompatible in the writing of the addon?
It doesn't work because the addon author decided to keep using the old way of creating blocks.
He uses material: <BLOCK>
instead of a non-placeable item, like PAPER
, this causes problems with TILE type custom block.
I also don't really like the fact that this pack is using TILE block type to create an extremely high amount of custom blocks which are not rare blocks but BUILDING blocks. They are likely to cause some little lag on servers if players abuse them to create huge structures.
Anyway, I will post an ItemsAdder update to fix this, but I'd have preferred to avoid doing that. You usually should use the new way of creating blocks.
Terms
Discord tag (optional)
SkretNI#4709
What happened?
Trees bugging out video: https://youtu.be/WuYRtQCK7Dg Textures not applying for blocks based on spawners video: https://youtu.be/a8EOuwwgvro
Custom trees time out the whole server if spawned next to each other. Or just start bugging out if you try to chop them down.
Also textures don't apply on custom Spawner blocks that meant to be animated.
Steps to reproduce the issue
Plant trees next to each other and try placing a torch on a custom tree log.
Server version
[15:27:17 INFO]: This server is running Paper version git-Paper-28 (MC: 1.19) (Implementing API version 1.19-R0.1-SNAPSHOT) (Git: b0eb4e0) You are running the latest version Previous version: git-Paper-27 (MC: 1.19)
ItemsAdder Version
[15:30:36 INFO]: ItemsAdder version 3.2.0b-beta4 [15:30:36 INFO]: Customized Minecraft without client mods! [15:30:36 INFO]: Website: devs.beer [15:30:36 INFO]: Author: LoneDev
ProtocolLib Version
[15:30:47 INFO]: ProtocolLib version 5.0.0-SNAPSHOT-b569 [15:30:47 INFO]: Provides read/write access to the Minecraft protocol. [15:30:47 INFO]: Authors: dmulloy2 and comphenix
LoneLibs Version
[15:31:00 INFO]: LoneLibs version 1.0.19 [15:31:00 INFO]: Collection of libs used by my plugins [15:31:00 INFO]: Authors: LoneDev and others
LightAPI Version (optional)
No response
LibsDisguises Version (optional)
No response
FULL server log
[04:23:26] [Server thread/INFO]: Loaded (2) kits into memory. Took 2ms [04:23:26] [Server thread/INFO]: Loaded (7) ranks into memory. Took 5ms [04:23:26] [Server thread/INFO]: Loaded (8) playtime rewards into memory. Took 8ms [04:23:26] [Server thread/INFO]: Loaded (9) player data into memory. Took 0ms [04:23:26] [Server thread/INFO]: Loaded (61) playtime records into memory. Took 8ms [04:23:26] [Server thread/INFO]: Loaded (6) playtime reward records into memory. Took 0ms [04:23:26] [Server thread/INFO]: Loaded (25) custom alias into memory. Took 8ms [04:23:26] [Server thread/INFO]: Registered events. Took 104ms [04:23:26] [Server thread/INFO]: Loaded (0) event action commands into memory. Took 0ms [04:23:26] [Server thread/INFO]: Updated (EN) language file. Took 96ms [04:23:26] [Server thread/INFO]: Loaded (248) worth values into memory. Took 56ms [04:23:26] [Server thread/INFO]: Loaded (7) warps into memory. Took 24ms [04:23:26] [Server thread/INFO]: Vault permissions was found - Enabling capabilities. [04:23:26] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: cmi [9.2.0.3] [04:23:26] [Server thread/INFO]: PlaceholderAPI hooked. [04:23:26] [Server thread/INFO]: PlaceholderAPI was found - Enabling capabilities. [04:23:26] [Server thread/INFO]: McMMO was found - Enabling capabilities. [04:23:26] [Server thread/INFO]: Starting world timer. [04:23:26] [Server thread/INFO]: Initializing world manager. [04:23:26] [Server thread/INFO]: Loaded (5) schedules into memory. Took 8ms [04:23:26] [Server thread/INFO]: Loaded GeoIP [04:23:26] [Server thread/INFO]: Loaded (116) skin cache entries into memory. Took 8ms [04:23:26] [Server thread/INFO]: Loaded (0) ArmorStand templates into memory. Took 0ms [04:23:26] [Server thread/INFO]: Version 9.2.0.3 has been enabled
[04:23:26] [Server thread/INFO]: [AuthMe] Hooked successfully into CMI [04:23:26] [Server thread/INFO]: [Vault][Economy] CMI Economy hooked. [04:23:26] [Server thread/INFO]: [ItemsAdder] Enabling ItemsAdder v3.2.0b-beta4 [04:23:26] [Server thread/INFO]: [NBTAPI] [NBTAPI] Found Spigot: v1_19_R1! Trying to find NMS support [04:23:26] [Server thread/INFO]: [NBTAPI] [NBTAPI] NMS support 'MC1_19_R1' loaded! [04:23:26] [Server thread/INFO]: [NBTAPI] [NBTAPI] Found Gson: class com.google.gson.Gson
ItemsAdder 3.2.0b-beta4 | | | |\/| /` /\ | \ | \ | |) LoneLibs 1.0.19 | | | | | ./ /--\ |/ |__/ |___ | \ Paper git-Paper-28 (MC: 1.19)
[04:23:26] [Server thread/INFO]: [ItemsAdder] LightAPI not installed, please install it to see blocks emitting light: https://a.devs.beer/lightapi-new [04:23:26] [Server thread/WARN]: [ItemsAdder] [0;33mUsing the legacy pack.[0m
Error (optional)
ItemsAdder config.yml
Problematic items yml configuration file (optional)
No response
Other files, you can drag and drop them here to upload. (optional)
No response
Screenshots/Videos (you can drag and drop files or paste links)
No response