Skip to content

Commit

Permalink
Fix blocks not dropping themselves, cheapen turbine recipe. Misc debu…
Browse files Browse the repository at this point in the history
…gging stuff adding hooks for disabling particle spawning and rendering. Added client weather command for random stuff.
  • Loading branch information
Corosauce committed Nov 24, 2023
1 parent a337003 commit 76602c1
Show file tree
Hide file tree
Showing 35 changed files with 575 additions and 178 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -24,3 +24,5 @@ run-data

# Files from Forge MDK
forge*changelog.txt

libs_off
8 changes: 6 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -188,8 +188,12 @@ dependencies {
minecraft "net.minecraftforge:forge:${minecraft_version}-${forge_version}"

implementation fg.deobf('com.corosus.coroutil:coroutil:1.20.1-1.3.0')
implementation fg.deobf('com.corosus.enderio:EnderIO:1.20.1-6.0.21-alpha')
implementation fg.deobf('com.corosus.pipez:pipez:1.20.1-1.1.5')
//implementation fg.deobf('com.corosus.enderio:EnderIO:1.20.1-6.0.21-alpha')
//implementation fg.deobf('com.corosus.pipez:pipez:1.20.1-1.1.5')
//implementation fg.deobf('oculus:oculus:mc1.20.1-1.6.9')
//implementation fg.deobf('rubidium:rubidium:mc1.20.1-0.7.1')
//implementation fg.deobf('spark:spark:1.10.42-forge')
//implementation fg.deobf('tropicraft:tropicraft:9.6.3-beta+551-gha')
annotationProcessor 'org.spongepowered:mixin:0.8.5-SNAPSHOT:processor'
//implementation fg.deobf('com.lovetropics.ltweather:ltweather:1.20.1-1.0')
//implementation fg.deobf('com.lovetropics.minigames:LTMinigames:0.1.0-alpha+custom')
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ mod_name=Weather2
# The license of the mod. Review your options at https://choosealicense.com/. All Rights Reserved is the default.
mod_license=All Rights Reserved
# The mod version. See https://semver.org/
mod_version=1.20.1-2.7.11
mod_version=1.20.1-2.7.17
# The group ID for the mod. It is only important when publishing as an artifact to a Maven repository.
# This should match the base package used for the mod sources.
# See https://maven.apache.org/guides/mini/guide-naming-conventions.html
Expand Down
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
// 1.20.1 2023-11-23T22:56:39.0222298 Loot Tables
c8c5ce560e926e54e54807bfa8292631975278c8 data/weather2/loot_tables/blocks/anemometer.json
c8c3920b1604bd0d96bb0f2fe36af5bec0d17a68 data/weather2/loot_tables/blocks/sand_layer.json
110f066250df5b3b40a1ab65f5db0e42b149bfc0 data/weather2/loot_tables/blocks/tornado_sensor.json
dab63dc3440645fa945cceb5bf0e90e65617307c data/weather2/loot_tables/blocks/tornado_siren.json
52d48e562562111bcbc28c4d88000e7f53be2c23 data/weather2/loot_tables/blocks/weather_deflector.json
c0a4e2a903db1b6c8a509f541f413283c73e4905 data/weather2/loot_tables/blocks/weather_forecast.json
5144ca5845a17038ade0ad75085ec40b1fe313d8 data/weather2/loot_tables/blocks/wind_turbine.json
9844b43ed3b5bdcf2cb5caa511707ef6bf53a3f9 data/weather2/loot_tables/blocks/wind_vane.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// 1.20.1 2023-11-19T01:33:45.5962984 Recipes
// 1.20.1 2023-11-23T15:40:45.726425 Recipes
a6fcf55b00f782cb61ea7ff8c36947cc71d1b6eb data/weather2/advancements/recipes/misc/anemometer.json
f05e205a927078351fb102a2efb42abb0b621702 data/weather2/advancements/recipes/misc/sand_layer.json
1628c853ad5eb3f28a2183446344bc04891eb91c data/weather2/advancements/recipes/misc/tornado_sensor.json
Expand All @@ -15,5 +15,5 @@ bedb68269184b52e111d66ab1a430f50f74b2c1f data/weather2/recipes/sand_layer.json
fa3fbf7a57f04cd6bafe3d294d99e0359c3c1aae data/weather2/recipes/weather_deflector.json
5465cb6ea0be946f98da47fedcd7d4328a61a1ee data/weather2/recipes/weather_forecast.json
fc16ba8ec6cae16f7a3c29bba99215b13a13ef97 data/weather2/recipes/weather_item.json
3a544346544ee6bdc97285a554ba8526a3fc802c data/weather2/recipes/wind_turbine.json
e79f45df5a4ad54d1d56b36885e6be58135475d3 data/weather2/recipes/wind_turbine.json
fc56b6dad0bb7d6b22ae4b95d8c69cbcd964b4fa data/weather2/recipes/wind_vane.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
{
"type": "minecraft:block",
"pools": [
{
"bonus_rolls": 0.0,
"conditions": [
{
"condition": "minecraft:survives_explosion"
}
],
"entries": [
{
"type": "minecraft:item",
"name": "weather2:anemometer"
}
],
"rolls": 1.0
}
],
"random_sequence": "weather2:blocks/anemometer"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
{
"type": "minecraft:block",
"pools": [
{
"bonus_rolls": 0.0,
"conditions": [
{
"condition": "minecraft:survives_explosion"
}
],
"entries": [
{
"type": "minecraft:item",
"name": "weather2:sand_layer"
}
],
"rolls": 1.0
}
],
"random_sequence": "weather2:blocks/sand_layer"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
{
"type": "minecraft:block",
"pools": [
{
"bonus_rolls": 0.0,
"conditions": [
{
"condition": "minecraft:survives_explosion"
}
],
"entries": [
{
"type": "minecraft:item",
"name": "weather2:tornado_sensor"
}
],
"rolls": 1.0
}
],
"random_sequence": "weather2:blocks/tornado_sensor"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
{
"type": "minecraft:block",
"pools": [
{
"bonus_rolls": 0.0,
"conditions": [
{
"condition": "minecraft:survives_explosion"
}
],
"entries": [
{
"type": "minecraft:item",
"name": "weather2:tornado_siren"
}
],
"rolls": 1.0
}
],
"random_sequence": "weather2:blocks/tornado_siren"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
{
"type": "minecraft:block",
"pools": [
{
"bonus_rolls": 0.0,
"conditions": [
{
"condition": "minecraft:survives_explosion"
}
],
"entries": [
{
"type": "minecraft:item",
"name": "weather2:weather_deflector"
}
],
"rolls": 1.0
}
],
"random_sequence": "weather2:blocks/weather_deflector"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
{
"type": "minecraft:block",
"pools": [
{
"bonus_rolls": 0.0,
"conditions": [
{
"condition": "minecraft:survives_explosion"
}
],
"entries": [
{
"type": "minecraft:item",
"name": "weather2:weather_forecast"
}
],
"rolls": 1.0
}
],
"random_sequence": "weather2:blocks/weather_forecast"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
{
"type": "minecraft:block",
"pools": [
{
"bonus_rolls": 0.0,
"conditions": [
{
"condition": "minecraft:survives_explosion"
}
],
"entries": [
{
"type": "minecraft:item",
"name": "weather2:wind_turbine"
}
],
"rolls": 1.0
}
],
"random_sequence": "weather2:blocks/wind_turbine"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
{
"type": "minecraft:block",
"pools": [
{
"bonus_rolls": 0.0,
"conditions": [
{
"condition": "minecraft:survives_explosion"
}
],
"entries": [
{
"type": "minecraft:item",
"name": "weather2:wind_vane"
}
],
"rolls": 1.0
}
],
"random_sequence": "weather2:blocks/wind_vane"
}
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@
"I": {
"item": "minecraft:iron_block"
},
"O": {
"item": "minecraft:iron_ingot"
},
"R": {
"item": "minecraft:redstone_block"
},
Expand All @@ -19,7 +22,7 @@
}
},
"pattern": [
"IDI",
"ODO",
"IVI",
"RGR"
],
Expand Down
Loading

0 comments on commit 76602c1

Please sign in to comment.