Skip to content

Instantly share code, notes, and snippets.

View Cheaterpaul's full-sized avatar
🦄

Paul Becker Cheaterpaul

🦄
View GitHub Profile
@Cheaterpaul
Cheaterpaul / SnowrunnerCargo.md
Created June 8, 2023 13:18
Platzverbrauch von Waren

Baumaterialien

  • Ersatzteile 1
  • Verbrauchsgüter 1
  • Stahlträger 2
  • Ziegel 1
  • Betonblöcke 1
  • Verbrauchsgüter 1
  • Betonplatte 2
  • Metallrollen 1
  • Zement 1
@Cheaterpaul
Cheaterpaul / Changelog.txt
Last active March 16, 2022 22:56
Werewolves 0.6
Features:
- Alpha werewolves
- has werewolf follower
- required drops for lord levels
- Werewolf Player Lord
- gets minions
- Silver Oil
- enhance weapons to make more damage to werewolves
- accessories
- longer werewolf form suration
@Cheaterpaul
Cheaterpaul / updateMappings.py
Last active August 17, 2020 01:47
small dirty script to update changes when updating the mappings for Minecraft Forge. (made for MC1.16+)
#!/usr/bin/python
#######################################################
# Copyright 2020 Paul Becker @cheaterpaul
#
# Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"),
# to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense,
# and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so,
# subject to the following conditions:
#
# The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
Not yet finished!!
Leveling:
- lvl 1
- after effect "Lupus Sanguinem" is over
- lvl 2-5
- eating liver
- lvl 6-14
- consuming (infused) bones
#Organize Import Order
#Wed May 08 15:56:32 CEST 2019
6=javax
5=java
4=org
3=net
2=jline
1=de
0=com
7=\#de
@Cheaterpaul
Cheaterpaul / vampirism.xml
Last active May 8, 2019 13:57
code formatting
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<profiles version="16">
<profile kind="CodeFormatterProfile" name="Vampirism" version="16">
<setting id="org.eclipse.jdt.core.formatter.insert_space_after_ellipsis" value="insert"/>
<setting id="org.eclipse.jdt.core.formatter.insert_space_after_comma_in_enum_declarations" value="insert"/>
<setting id="org.eclipse.jdt.core.formatter.insert_space_before_comma_in_allocation_expression" value="do not insert"/>
<setting id="org.eclipse.jdt.core.formatter.insert_space_before_at_in_annotation_type_declaration" value="insert"/>
<setting id="org.eclipse.jdt.core.formatter.parentheses_positions_in_for_statment" value="common_lines"/>
<setting id="org.eclipse.jdt.core.formatter.comment.new_lines_at_block_boundaries" value="true"/>
<setting id="org.eclipse.jdt.core.formatter.insert_space_after_logical_operator" value="insert"/>