Skip to content

Commit 9faf7ca

Browse files
committed
Add Blackboard Theme Support
1 parent 330e9fb commit 9faf7ca

File tree

5 files changed

+403
-3
lines changed

5 files changed

+403
-3
lines changed

ZenScript/keywords5.txt

Lines changed: 233 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,233 @@
1+
print
2+
remove
3+
removeAll
4+
addShaped
5+
removeShaped
6+
addShapeless
7+
removeShapeless
8+
addShapelessRecipe
9+
addShapedRecipe
10+
add
11+
addAll
12+
mirror
13+
smelt
14+
removeByRecipeName
15+
removeByRegex
16+
addSeed
17+
removeSeed
18+
anyDamage
19+
onlyWithTag
20+
transformDamage
21+
withAmount
22+
withTag
23+
updateTag
24+
withEmptyTag
25+
removeTag
26+
setFuel
27+
transform
28+
only
29+
marked
30+
matches
31+
applyTransform
32+
addTooltip
33+
addShiftTooltip
34+
weight
35+
reuse
36+
transformReplace
37+
withDamage
38+
onlyDamaged
39+
onlyDamageAtLeast
40+
onlyDamageAtMost
41+
onlyDamageBetween
42+
setLocalization
43+
addShapedMirrored
44+
noReturn
45+
giveBack
46+
anyAmount
47+
black
48+
darkBlue
49+
darkGreen
50+
darkAqua
51+
darkRed
52+
darkPurple
53+
gold
54+
gray
55+
darkGray
56+
blue
57+
green
58+
aqua
59+
red
60+
lightPurple
61+
yellow
62+
white
63+
obfuscated
64+
bold
65+
strikethrough
66+
underline
67+
italic
68+
addChestLoot
69+
removeChestLoot
70+
addItemEntry
71+
removeItemEntry
72+
removeLootTableEntry
73+
getTable
74+
getPool
75+
addPool
76+
addItemEntryHelper
77+
addItemEntryJSON
78+
addLootTableEntry
79+
addConditionsHelper
80+
killedByNonPlayer
81+
killedByPlayer
82+
addDrop
83+
addPlayerOnlyDrop
84+
parse
85+
setCount
86+
setBonusRolls
87+
randomChance
88+
randomChancewithLooting
89+
enchantRandomly
90+
enchantWithLevels
91+
lootingEnchantBonus
92+
setMetadata
93+
setNBT
94+
addConditionsJSON
95+
addLootTableEntryJSON
96+
addLootTableEntryHelper
97+
setRolls
98+
clear
99+
removeTable
100+
removePool
101+
removeEntry
102+
removeItem
103+
removeModEntry
104+
removeModItem
105+
removeModTable
106+
removeGlobalItem
107+
hide
108+
removeAndHide
109+
addItem
110+
addDescription
111+
addBasinRecipe
112+
removeBasinRecipe
113+
addTableRecipe
114+
removeTableRecipe
115+
registerFuel
116+
set
117+
removeShapedRecipe
118+
removeShapelessRecipe
119+
removeOutput
120+
addPanRecipe
121+
removePanRecipe
122+
removeRecipe
123+
addRecipe
124+
addMintRecipe
125+
removeMintRecipe
126+
addPressRecipe
127+
removePressRecipe
128+
addStorageRecipe
129+
removeStorageRecipe
130+
addFillRecipe
131+
addExtractRecipe
132+
removeAltarRecipe
133+
addDiscoveryAltarRecipe
134+
addAttunementAltarRecipe
135+
addConstellationAltarRecipe
136+
removeLiquefaction
137+
addLiquefaction
138+
removeInfusion
139+
addInfusion
140+
removeTransmutation
141+
addTransmutation
142+
addFuel
143+
addDrillFuel
144+
removeFuel
145+
removeDrillFuel
146+
addMineral
147+
removeMineral
148+
getMineral
149+
getFailChance
150+
setFailChance
151+
addOre
152+
removeOre
153+
removeFluidRecipe
154+
removeItemRecipe
155+
removeByInput
156+
removeRecipeByMold
157+
addReturn
158+
removeReturn
159+
addStoneOre
160+
addNetherOre
161+
removeStoneOre
162+
removeNetherOre
163+
addLoot
164+
removeLoot
165+
removeCast
166+
addCast
167+
removeSmelting
168+
addSmelting
169+
addDimensionStage
170+
addItemStage
171+
addStage
172+
addReplacement
173+
addRange
174+
toggleSpawner
175+
addGeneralCraftingStage
176+
addGeneralPartReplacingStage
177+
addGeneralPartBuildingStage
178+
addGeneralModifierStage
179+
addToolTypeStage
180+
addMaterialStage
181+
addModifierStage
182+
addWailaStage
183+
addRequirement
184+
removeLaserRecipe
185+
removeDrillRecipe
186+
removeDrillLaserRecipe
187+
removeAllLaserRecipes
188+
removeAllDrillRecipes
189+
removeAllDrillLaserRecipes
190+
addLaserRecipe
191+
addDrillRecipe
192+
addDrillLaserRecipe
193+
removeAllRecipes
194+
addRepairMaterial
195+
removeRepairMaterial
196+
setStats
197+
setDisplayName
198+
setHarvestLevel
199+
setDurability
200+
setSpeed
201+
setDamage
202+
setHandleModifier
203+
setReinforcedLevel
204+
setStoneboundLevel
205+
setStyle
206+
setAbility
207+
setBowStats
208+
setBowDurability
209+
setBowDrawspeed
210+
setBowDrawSpeed
211+
setBowFlightSpeed
212+
setArrowStats
213+
setArrowMass
214+
setArrowBreakChance
215+
setArrowAccuracy
216+
max
217+
addRecipeShapeless
218+
addRecipeShaped
219+
setTreeType
220+
setLog
221+
setLeaf
222+
setGenFrequency
223+
setMinHeight
224+
register
225+
createTree
226+
setExtraHeight
227+
setGenBiome
228+
setBaseBlock
229+
setGenBiomeByTag
230+
addRottingRecipe
231+
addNonRottingRecipe
232+
addNonBurningRecipe
233+
addBurningRecipe

ZenScript/operators2.txt

Lines changed: 103 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,103 @@
1+
actuallyadditions
2+
advancedmortars
3+
advancedrocketry
4+
aether_legacy
5+
alchemistry
6+
alfinivia
7+
appliedenergistics2
8+
arcanearchives
9+
artisanworktables
10+
astralsorcery
11+
atum
12+
betterbeginnings
13+
betterwithmods
14+
bloodmagic
15+
botania
16+
botanypots
17+
buildcraft
18+
buildersbag
19+
calculator
20+
cfm
21+
charcoalpit
22+
chisel
23+
compatskills
24+
contenttweaker
25+
crafttweaker
26+
cuisine
27+
cyclic
28+
data
29+
DimensionStages
30+
embers
31+
eplus
32+
exnihilocreatio
33+
explosioncrafting
34+
extendedcrafting
35+
extrautils2
36+
forestry
37+
gardenstuff
38+
gastweaker
39+
gregtech
40+
ic2
41+
immersiveengineering
42+
immersiveintelligence
43+
immersivepetroleum
44+
immersivetech
45+
immersivetechnology
46+
immersivetweaks
47+
industrialforegoing
48+
initialinventory
49+
inspirations
50+
integrateddynamics
51+
inworldcrafting
52+
item
53+
ItemStages
54+
jaopca
55+
jei
56+
loot
57+
loottweaker
58+
ltt
59+
magneticraft
60+
mekanism
61+
mekatweaker
62+
minetweaker
63+
MobStages
64+
modularmachinery
65+
multiblockstages
66+
naturesaura
67+
nuclearcraft
68+
oredict
69+
pneumaticcraft
70+
poweredthingies
71+
primal
72+
projecte
73+
qmd
74+
recipestages
75+
refinedstorage
76+
requious
77+
rockhounding_oretiers
78+
rockytweaks
79+
roots
80+
rustic
81+
rustichromia
82+
seeds
83+
skyresources
84+
soot
85+
steamagerevolution
86+
stone_age
87+
survivalist
88+
tcomplement
89+
tconstruct
90+
techguns
91+
techreborn
92+
terrafirmacraft
93+
thaumcraft
94+
thermalexpansion
95+
threng
96+
TinkerStages
97+
treetweaker
98+
vanilla
99+
vanilladeathchest
100+
WailaProgression
101+
WailaStages
102+
zenscroll
103+
zenscriptx

0 commit comments

Comments
 (0)