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.
59
Commits
3
Branches
5
Tags
9.9 MiB
Tag:
Branch:
Tree:
a94a19b015
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 'a94a19b015'
${ noResults }
heck
/
kubejs
/
server_scripts
/
removal
/
quark_limestone.js
6 lines
100 B
Raw
Normal View
History
Unescape
Escape
Disable Quark limestone
2 years ago
// priority: 0
onEvent
(
"recipes"
,
event
=>
{
Disable Little Logistics' train / rail content
2 years ago
event
.
remove
(
{
output
:
/^quark:.*limestone/
}
)
;
Disable Quark limestone
2 years ago
}
)
;