Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unknown block type minecraft:sign (or wall_sign) #47

Open
Skynzor opened this issue Apr 6, 2021 · 1 comment
Open

Unknown block type minecraft:sign (or wall_sign) #47

Skynzor opened this issue Apr 6, 2021 · 1 comment
Labels

Comments

@Skynzor
Copy link

Skynzor commented Apr 6, 2021

Describe the bug
When trying to setblock or drop the item minecraft:sign or minecraft:wall_sign it doesn't recognize the block.

To Reproduce
Steps to reproduce the behavior:

  1. Go to the file: 'rules.default.tsl'
  2. Add the following lines:
# Sub rules
EXECUTE %/fill ~1 100 ~1 ~-1 1 ~-1 minecraft:air replace minecraft:grass_block%
 %/fill ~1 100 ~1 ~-1 1 ~-1 minecraft:air replace minecraft:dirt%
 %/fill ~1 100 ~1 ~-1 1 ~-1 minecraft:air replace minecraft:sand%
 %/fill ~1 100 ~1 ~-1 1 ~-1 minecraft:air replace minecraft:netherrack%
 %/fill ~1 100 ~1 ~-1 1 ~-1 minecraft:air replace minecraft:cobblestone%
 %/fill ~ 20 ~ ~-1 20 ~-1 minecraft:water%
 %/setblock ~ ~ ~ minecraft:sign 1 replace {Text1:"{\"text\":\"Thanks for\"}",Text2:"{\"text\":\"the sub\"}",Text3:"{\"text\":\"${actor}\",\"color\":\"dark_blue\"}",Text4:"{\"text\":\":D\"}",}%
 DISPLAYING %[{text:"and stripped the ground below you!!!"}]%
 On Twitch Subscription
  1. Save document
  2. Open minecraft and start your world
  3. Do /ts start
  4. Try out the Twitch subscription with the Test widget function in Streamlabs OBS

Expected behavior
I expected that a sign would be placed with 'Thanks for the sub [name] :D'

Screenshots
If applicable, add screenshots to help explain your problem.
image

Version (please complete the following information):

  • OS: Windows 10
  • TwitchSpawn Version: 1.9.0 [edited typo]
  • Forge Version: 34.1.0
@Skynzor Skynzor added the bug label Apr 6, 2021
@Skynzor
Copy link
Author

Skynzor commented Apr 6, 2021

After more testing, I found out that the item minecraft:sign or minecraft:wall_sign isn't even an official item. Tho stated on the official item list.

So I tried minecraft:birch_sign and it does recognize the birch_sign yet now I get a new error regarding the argument.
I tried out BrooklynOtters /setblock command for the sign, to find here

The code is as follows:

EXECUTE %/setblock ~ ~ ~ minecraft:birch_sign 0 replace {Text1:"{\"text\":\"Thanks for\"}",Text2:"{\"text\":\"the sub\"}",Text3:"{\"text\":\"${actor}\",\"color\":\"dark_blue\"}",Text4:"{\"text\":\":D\"}",}%
 ON Twitch subscription

What am I doing wrong? 😄

  • OS: Windows 10
  • Minecraft Version: 1.6.3
  • TwitchSpawn Version: 1.9.0
  • Forge Version: 34.1.0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant