This website works better with JavaScript.
Explore
Help
Sign In
HeckinChloe
/
heck
forked from
copygirl/heck
Watch
1
Star
0
Fork
You've already forked heck
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
Minecraft Modpack
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
64
Commits
3
Branches
5
Tags
9.9 MiB
Tag:
Branch:
Tree:
fb1bbdc2a0
carryon-pedestal
main
raw-bismuth
v1.0.0
v1.1.0
v1.1.1
v1.2.0
v1.3.0
v1.4.0
v1.5.0
v1.6.0
v1.6.1
v2.0.0
v2.1.0
Branches
Tags
${ item.name }
Create tag
${ searchTerm }
Create branch
${ searchTerm }
from 'fb1bbdc2a0'
${ noResults }
heck
/
kubejs
/
client_scripts
/
hide
/
unification
/
ender_pearl_dust.js
6 lines
89 B
Raw
Normal View
History
Unescape
Escape
Unify Ender (Pearl) Dust
2 years ago
// priority: 0
onEvent
(
"jei.hide.items"
,
event
=>
{
event
.
hide
(
"ae2:ender_dust"
)
;
}
)
;