Smelting blocks doesnt work.
See original GitHub issueThe only block that works when I put in the furnace to smelt is cobblestone.
All nameblocks was check with /jobs blockinfo to get the correct name.
Theres no error in chat or console, it doesnt work (none bossbar and text etc)
Heres the job:
Smelter:
fullname: Smelter
shortname: SL
description: Ganhe derretendo coisas.
ChatColour: GOLD
chat-display: full
max-level: 1000
vip-max-level: 2000
slots: 30
leveling-progression-equation: 550*(joblevel)+(joblevel*joblevel*32)
income-progression-equation: baseincome+(baseincome*(joblevel-1)*0.01)-((baseincome+(baseincome*(joblevel-1)*0.01))
* ((numjobs-1)*0.05))
points-progression-equation: basepoints+(basepoints*(joblevel-1)*0.01)-((basepoints+(basepoints*(joblevel-1)*0.01))
* ((numjobs-1)*0.05))
experience-progression-equation: baseexperience-(baseexperience*((numjobs-1) *0.01))
rejoinCooldown: 259200
maxDailyQuests: 1
Quests:
'1':
Name: Comer here Iron Man!
Objectives:
- Smelt;sand;320
- Smelt;cobblestone;800
- Smelt;smooth_stone;600
RewardCommands:
- money give [playerName] 20
- msg [playerName] Completed quest!
RewardDesc:
- Clean this server
- Get 20 for this!
Gui:
Id: 62
Data: 0
cmd-on-join:
- msg [name] Now start working and get money from [jobname] job!
cmd-on-leave:
- msg [name] See you soon!
Smelt:
sand:
income: 0.0005
points: 0.00010
experience: 0.00010
cobblestone:
income: 0.0005
points: 0.00010
experience: 0.00010
sandstone:
income: 0.0005
points: 0.00010
experience: 0.00010
stone:
income: 0.0005
points: 0.00010
experience: 0.00010
quartz:
income: 0.0005
points: 0.00010
experience: 0.00010
clay:
income: 0.0005
points: 0.00010
experience: 0.00010
netherrack:
income: 0.0005
points: 0.00010
experience: 0.00010
clay_ball:
income: 0.0005
points: 0.00010
experience: 0.00010
stone_bricks:
income: 0.0005
points: 0.00010
experience: 0.00010
black_terracotta:
income: 0.0005
points: 0.00010
experience: 0.00010
blue_terracotta:
income: 0.0005
points: 0.00010
experience: 0.00010
brown_terracotta:
income: 0.0005
points: 0.00010
experience: 0.00010
cyan_terracotta:
income: 0.0005
points: 0.00010
experience: 0.00010
gray_terracotta:
income: 0.0005
points: 0.00010
experience: 0.00010
green_terracotta:
income: 0.0005
points: 0.00010
experience: 0.00010
light_blue_terracotta:
income: 0.0005
points: 0.00010
experience: 0.00010
light_gray_terracotta:
income: 0.0005
points: 0.00010
experience: 0.00010
lime_terracotta:
income: 0.0005
points: 0.00010
experience: 0.00010
magenta_terracotta:
income: 0.0005
points: 0.00010
experience: 0.00010
orange_terracotta:
income: 0.0005
points: 0.00010
experience: 0.00010
pink_terracotta:
income: 0.0005
points: 0.00010
experience: 0.00010
purple_terracotta:
income: 0.0005
points: 0.00010
experience: 0.00010
red_terracotta:
income: 0.0005
points: 0.00010
experience: 0.00010
white_terracotta:
income: 0.0005
points: 0.00010
experience: 0.00010
yellow_terracotta:
income: 0.0005
points: 0.00010
experience: 0.00010
cactus:
income: 0.0005
points: 0.00010
experience: 0.00010
chorus_fruit:
income: 0.0005
points: 0.00010
experience: 0.00010
wet_sponge:
income: 0.0005
points: 0.00010
experience: 0.00010
sea_pickle:
income: 0.0005
points: 0.00010
experience: 0.00010
Issue Analytics
- State:
- Created 3 years ago
- Comments:5 (2 by maintainers)
Top Results From Across the Web
Coal not smelting HELP! - Survival Mode - Minecraft Forum
Make sure the iron ore or whatever you are smelting is on top and the coal is on bottom. As said before screenshots...
Read more >I am confused, why won't the blocks melt? - Reddit
One solution is to add more liquiducts to "store" more liquid as it gets piped out until it can be turned into ingots...
Read more >[1.12.2] Can't smelt custom block - Modder Support
I'm trying to add a smelting recipe for Rutile Ore of my mod, but I've ran into ... addSmelting(input, output, xp) doesn't work...
Read more >You can't smelt stone in blast furnace - Minecraft Feedback
When you try to smelt cobblestone in a blast furnace, it doesn't work!!! It should work because the blast furnace is made for...
Read more >Issue with "Get smelting result of an item" procedure block
So I was using "Get Smelting Result for input item" Procedure block in my furnace and everything works fine well unless I use...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
You should add the result of the material not the melted material. Eg:
sand
replace toglass
@montlikadani I did another test, with glass and cobblestone. none work