Skip to content

Commit

Permalink
修正重复方块,微调顺序
Browse files Browse the repository at this point in the history
  • Loading branch information
wendavid552 committed Aug 31, 2024
1 parent 7d65696 commit dc89f10
Showing 1 changed file with 6 additions and 10 deletions.
16 changes: 6 additions & 10 deletions imageStuff.js
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
const imageMap = new Map();
const blockNames = []
const normalBlockName = [
//arail
'arail',
'arailsl',
'arailsr',
'slimeblock',
'honeyblock',

//copper_bulb
'copper_bulb',
'copper_bulb_lit',

//barrel
'barrel',
Expand All @@ -14,15 +16,13 @@ const normalBlockName = [
'glasst',
'glassw',
'glazedterracotta',
'honeyblock',
'ironblock',
'noteblock',
'obsidian',
'rsblock',
'sand',
'scaffolding',
'slabt',
'slimeblock',
'smoothstone',
'quartzblock',
'soulsand',
Expand Down Expand Up @@ -54,10 +54,6 @@ const normalBlockName = [

//crafter
'crafter',

//copper_bulb
'copper_bulb',
'copper_bulb_lit'
]
const statedBlockName = [
//repeater
Expand Down

0 comments on commit dc89f10

Please sign in to comment.