this gay cat is so powerful he can temporarily prevent death
| .vscode | ||
| gradle/wrapper | ||
| pictures | ||
| src | ||
| .gitignore | ||
| .prettierrc.yaml | ||
| build.gradle | ||
| gradle.properties | ||
| gradlew | ||
| gradlew.bat | ||
| LICENSE | ||
| package.json | ||
| pnpm-lock.yaml | ||
| PullSoundsFromHalfLifeGameFiles.java | ||
| README.md | ||
| settings.gradle | ||
limineow-bomb
this gay cat is so powerful he can temporarily prevent death
this branch has the version changed to 1.20.1 to work with create :verygood:
requirements
- java (duh)
- minecraft 1.20.1 (although it should be pretty easy to port this to other versions)
- fabric api
optional requirements
- an installation of the original Half-Life
- ffmpeg
building
- (optional, requires ffmpeg and the original Half-Life) run
java PullSoundsFromHalfLifeGameFiles.java <PATH TO YOUR HALF-LIFE INSTALLATION>
- example:
java PullSoundsFromHalfLifeGameFiles.java /home/niko/.var/app/com.valvesoftware.Steam/.local/share/Steam/steamapps/common/Half-Life
- run
./gradlew build - copy the
.jarfile that does NOT containsourcesinbuild/libsto your mods folder (or clickAdd fileif you're using Prism Launcher)
crafting a limineow
why pumpkin pie
https://retrospring.net/@limineow/a/111757707860235860
music disc
works with anything with the tag music_discs, which includes all vanilla music discs
ticonderoga
works with anything tagged planks or coals
andesite voucher
this item exists because my minecraft world is in a desert :verygood:
accepts diorite, granite, stone, and sandstone
meow
press M (configurable under the Limineow Bomb Keybindings category) :3c
cat variant
execute /summon minecraft:cat ~ ~ ~ {variant:"limineow_bomb:limineow_cat_variant"}
fire in the hole
execute /playsound limineow_bomb:fire_in_the_hole ambient @s :normal:
server configuration
edit .minecraft/config/limineow_bomb.json
| key | description | default | type |
|---|---|---|---|
| explosionSize | How big limineow's explosion is. Keep in mind that vanilla TNT is 4.0 | 128.0 | float |
| causeEmotionalDamage | Whether limineow_bomb:epic_rap_battles_of_history_disc should kill wardens after it finishes playing |
true | boolean |
client configuration
edit .minecraft/config/limineow_bomb.client.json
| key | description | default | type |
|---|---|---|---|
| enableHevSounds | Whether major fractures from fall damage should be audibly reported (optional build step #1 must be run for this to work) | true | boolean |